简体   繁体   English

我在哪里可以在Windows服务器上安装PHP(x64)

[英]Where can I get PHP to install on windows server (x64)

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 . 我试图找到PHP安装在Windows服务器机器(x64)上,但似乎没有在http://windows.php.net/download上找到它。

A ftp link would be helpfull thank you. ftp链接会有所帮助,谢谢。

PHP doesn't natively support 64 bit Windows yet... depending on which web server you're installing with you'll want 5.3: PHP本身不支持64位Windows ...取决于您要安装的Web服务器,您需要5.3:

  • Apache - VC6 Apache - VC6
  • IIS - VC9 IIS - VC9

Note: There are unofficial PHP x64 versions out there for Windows - but who can recommend that ;) 注意:Windows中有非官方的PHP x64版本 - 但谁可以推荐;)

我在Windows Foundation Server 2008上从php.net运行PHP5.3 VC6线程安全(与Apache一起使用)。没有问题。

There's only officious support for PHP x64. 这是对PHP x64的唯一支持。

You can compile it yourself. 你可以自己编译。 You'll need to follow these instructions and download the dependencies . 您需要按照这些说明操作并下载依赖项

There are also pre-compiled binaries . 还有预编译的二进制文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM