php vc14的版本,VC6_VC9_VC11_VC14的介绍PHP各版本如何选择
VC6_VC9_VC11的介紹PHP各版本如何選擇。先介紹VC6/9/11,如下。
VC6是什么?
VC6就是legacy Visual Studio 6 compiler,就是使用這個編譯器編譯的。
The VC9 builds require you to have the Visual C++ Redistributable for Visual Studio 2008 SP1 x86 or x64 installed.
The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012 x86 or x64 installed.
VC14 即使用Visual C++ Redistributable 2015
注意:
如果你是在windows下使用Apache+PHP的,請選擇VC6版本;
如果你是在windows下使用IIS+PHP的,請選擇VC9版本;
If you are using PHP with Apache 1 or Apache2 from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOT use VC9+ versions of PHP with the apache.org binaries.
關于(非)線程安全版本的介紹
Non Thread Safe就是非線程安全;簡稱NTS
Thread Safe是線程安全; 簡稱TS
注意:一般情況下,在IIS中使用非線程安全版本,在APACHE中使用線程安全版本。
總結
以上是生活随笔為你收集整理的php vc14的版本,VC6_VC9_VC11_VC14的介绍PHP各版本如何选择的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 逆向篇 导读
- 下一篇: Python 实现微信小程序的用户登录