Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the compiler required for different php versions

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article focuses on "what compilers are needed for different php versions". Interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn what compilers are needed for different php versions.

Different PHP versions have different compilers. The following lists the vc++ versions required for different php versions:

Microsoft Visual C++ 2012 (32-bit) (required for 32-bit version of php5.5 series compiled by VC11)

Microsoft Visual C++ 2012 (64-bit) (required for 64-bit version of php5.5 series compiled by VC11)

Microsoft Visual C++ 2010 SP1 (32mp 64-bit) (required for some components compiled by VC10)

Microsoft Visual C++ 2008 SP1 (32mp 64-bit) (required for VC9-compiled 5.3Unip 5.4 series)

Microsoft Visual C++ 2005 SP1 (32amp 64-bit) (required for PHP5.2 series compiled by VC6).

Note: php is divided into thread-safe version and non-thread-safe version:

1. "windows+IIS+FastCGI" uses a non-thread-safe version

2. "windows+IIS+ ISAPI" uses thread-safe version

3. "windows+Apache+PHP" uses thread-safe version

4. "windows+Apache+PHP (ISAPI)" uses thread-safe version

5. "windows+Apache+PHP (FastCGI)" uses a non-thread-safe version.

Note: if you use PHP in the FastCGI way in Apache, as in the case of using FastCGI's PHP in IIS, use the non-thread-safe version of PHP, because when you install PHP in FastCGI mode in Apache, PHP has an independent process, and FastCGI is a single thread, so you should use a non-thread-safe version of PHP to improve performance.

At this point, I believe you have a deeper understanding of "what compilers are required for different php versions". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report