Vc6, vc9, ts, and CTS in PHP

Source: Internet
Author: User
Tags vc9

Take windows as an example to see the downloaded php zip file name.

Php-5.4.4-nts-Win32-VC9-x86.zip

 

Vc6: Legacy Visual Studio 6 compiler, compiled using this compiler.
Vc9: Visual Studio 2008 compiler, which is compiled by the compiler.

In fact, this does not have a big impact, because from PhP 5.3, there is no vc6 version for download.

 

TS: thread safe thread security. The thread security check is performed during execution.
NT: Non-thread safe non-thread security check is not performed during execution.

In Apache + PhP mode, PHP is usually loaded into Apache as a module. In this case, the working mode of Apache parent process-multiple sub-processes is adopted, thread security check is required, so if you execute PHP in this way, select the TS version

If FastCGI is used, for example, PHP-FPM is used to manage PHP Execution, and thread security check is not required, select the PHP

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.