2010年9月15日 星期三

[PHP] 我該選擇哪個版本的PHP on Windows

在PHP的官網上有兩種Windows Binaries的版本for windows, 翻譯以下官方原文讓不知道該下載哪個的人參考


我該選擇哪個版本?
Which version do I choose?


如果你用Apache1 和 Apache2, 你要用VC6版本的PHP
If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP


如果你在IIS上用PHP, 你需要VC9版本的PHP
If you are using PHP with IIS you should use the VC9 versions of PHP


VC6 版本是用古老的Visual Studi 6編譯器來編譯
VC6 Versions are compiled with the legacy Visual Studio 6 compiler


VC9 版本是用Visual Studio 2008編譯器來編譯, 改進了效能且更加穩定
VC9 Versions are compiled with the Visual Studio 2008 compiler and have improvements in performance and stability.


VC9  版本要求安裝 Microsoft 2008 C++ Runtime (x86) or the Microsoft 2008 C++ Runtime (x64) 執行環境
The VC9 versions require you to have the Microsoft 2008 C++ Runtime (x86) or the Microsoft 2008 C++ Runtime (x64)installed


別在Apache使用VC9 的版本
Do NOT use VC9 version with apache.org binaries
Related Posts Plugin for WordPress, Blogger...