PHP 5.5 安装程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19200040/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
PHP 5.5 Installer
提问by Greg Gum
I seem to be having a problem finding the PHP 5.5 msi file. I have looked carefully on the PHP site and downloaded what I thought was the msi file, but it was just the dlls.
我似乎在查找 PHP 5.5 msi 文件时遇到问题。我仔细查看了 PHP 站点并下载了我认为是 msi 文件的内容,但它只是 dll。
I have found installers for multiple items (WAMP), but I just need to upgrade my PHP from 5.3.6 to 5.5, not install Apache etc.
我找到了多个项目的安装程序 (WAMP),但我只需要将我的 PHP 从 5.3.6 升级到 5.5,而不是安装 Apache 等。
So does anyone have a link to the 5.5 msi?
那么有人有5.5 msi的链接吗?
The version I need is non thread safe 86 (ie, for Windows server 2008).
我需要的版本是非线程安全的 86(即 Windows Server 2008)。
Greg
格雷格
回答by Alfred Xing
There are no official installers (.msi's) for PHP, but there are binaries (they're what I use), which you can find here: http://windows.php.net/download/#php-5.5
PHP 没有官方安装程序 (.msi),但有二进制文件(它们是我使用的),您可以在这里找到:http: //windows.php.net/download/#php-5.5
Just extract it into some folder (say, C:\PHP), and add the bin folder to your PATH (if you want - most people do).
只需将其解压缩到某个文件夹(例如 C:\PHP),然后将 bin 文件夹添加到您的 PATH(如果您愿意 - 大多数人都会这样做)。
回答by deblocker
This question seems actual again, the Windows binaries for PHP are available on SourceForge:
这个问题似乎又是真实的,适用于 PHP 的 Windows 二进制文件在 SourceForge 上可用:
php-7.0.9-nts-Win32-VC14-x86.zip
php-7.0.9-nts-Win32-VC14-x64.zip
php-5.6.24-nts-Win32-VC11-x86.zip
php-5.5.38-nts-Win32-VC11-x86.zip
php-5.5.36-nts-Win32-VC11-x86.zip
php-7.0.9-nts-Win32-VC14-x86.zip
php-7.0.9-nts-Win32-VC14-x64.zip
php-5.6.24-nts-Win32-VC11-x86.zip
php-5.5.38-nts-Win32-VC11-x86.zip
php-5.5.36-nts-Win32-VC11-x86.zip
Link: MSI package for installing non-thread-safe build of PHP.
NOTE: the title says MSI Installer, but they aren't, just only zip for manual installation.
注意:标题是 MSI 安装程序,但它们不是,只是手动安装的 zip。