Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到要安装在 Windows 服务器机器 (x64) 上的 PHP,但似乎在http://windows.php.net/download上找不到它。
一个 ftp 链接会很有帮助,谢谢。
PHP 本身还不支持 64 位 Windows...取决于您安装的 Web 服务器,您需要 5.3:
注意:有适用于 Windows 的非官方 PHP x64 版本 - 但谁能推荐它;)
我在 Windows Foundation Server 2008 上从 php.net(与 Apache 一起使用)运行 PHP5.3 VC6 Thread Safe。这没有问题。
只有对 PHP x64 的官方支持。
你可以自己编译。您需要按照这些说明下载依赖项。
还有预编译的二进制文件。