在这里下载php时需要注意
x86 or x64 // Architecture PROCESSOR_ARCHITECTURE
Thread Save or Non Thread Save // Thread Safety enabled
// VC 11/9/6 // 这个是需要在你windows下安装的编译器
// 这些的有无将影响你是否能成功安装上你下载的php二进制文件
VC6是什么
VC6就是legacy Visual Studio 6 compiler,就是使用这个编译器编译的
VC9是什么
VC9就是the Visual Studio 2008 compiler,就是用微软的VS编辑器编译的
// phpinfo
Compiler MSVC9 (Visual C++ 2008)
Compiler MSVC11 (Visual C++ 2012)
// 程序
Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.61030
Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030
Microsoft Visual C++ 2008 Redistributable (x64) - 9.0.30729.4148
Microsoft Visual C++ 2008 Redistributable (x64) - 9.0.30729.4148
// 这些信息可以通过 输出 phpinfo eg:
Architecture x86 # x86 -- x64
PROCESSOR_ARCHITECTURE x86 # x86
Thread Safety enabled # ts TS -- nts NTS -- Thread Safe Non Thread Safe