在哪里可以让 PHP 安装在 Windows 服务器 (x64) 上
我试图找到 PHP 安装在 Windows 服务器计算机 (x64) 上,但似乎没有在 http://windows.php.net/download。
ftp 链接会很有帮助,谢谢。
I'm trying to find PHP to install on a windows server machine (x64), but don't seem to find it on http://windows.php.net/download.
A ftp link would be helpfull thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
PHP 本身并不支持 64 位 Windows...取决于您安装的 Web 服务器,您需要 5.3:
注意:有适用于 Windows 的非官方 PHP x64 版本 - 但谁有可以推荐;)
PHP doesn't natively support 64 bit Windows yet... depending on which web server you're installing with you'll want 5.3:
Note: There are unofficial PHP x64 versions out there for Windows - but who can recommend that ;)
我正在 Windows Foundation Server 2008 上从 php.net 运行 PHP5.3 VC6 Thread Safe(与 Apache 一起使用)。没有问题。
I am running PHP5.3 VC6 Thread Safe from php.net (using it with Apache) on Windows Foundation Server 2008. No problems with that.
仅官方支持 PHP x64。
你可以自己编译一下。您需要按照这些说明进行操作并下载依赖项。
还有预编译的二进制文件。
There's only officious support for PHP x64.
You can compile it yourself. You'll need to follow these instructions and download the dependencies.
There are also pre-compiled binaries.