Vc6,vc9,vc11,ts,nts Differences in PHP versions

Source: Internet
Author: User
Tags vc9

Original
Http://www.cnblogs.com/codersay/p/4301783.html
Topic PHP

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

Php-5.4.4-nts-win32-vc9-x86.zip

Vc6:legacy Visual Studio 6 compiler, is compiled with this compiler.

vc9:visual Studio compiler, which is compiled by this compiler.

VC9 and VC11 are the latest versions of PHP (these two editions are compiled by Visual Studio 2008 and Visual Studio 2012, respectively), and include improvements to performance and stability.

The VC9 version requires users to install the Microsoft Visual C + + SP1 Redistributable Package (x86 | x64)

VC11 version requires users to install Visual C + + redistributable for Visual Studio (x86 | x64)

This is actually not much of an impact because from PHP 5.3, there is no VC6 version available to download the

Ts:thread Safe thread Safety, thread security check on execution

Nts:non thread safe is non-threaded and does not carry out threading (thread) security checks at execution time

I use the apache+php mode, generally the PHP as a module load into Apache, then the Apache parent process-multi-child process of the working mode, is the need for thread security, so if you are executing PHP in this way, select the TS version

So if you are using fastcgi, such as php-fpm to manage PHP execution, you do not need to thread security, then select NTS Version of PHP

Vc6,vc9,vc11,ts,nts Differences in PHP versions

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.