安装与配置
PHP Manual

Windows 系统下的安装

Table of Contents

本节内容适用于 Windows 98/Me 以及 Windows NT/2000/XP/2003。PHP 不能在 16 位平台例如 Windows 3.1 下运行。有时把支持 PHP 的 Windows 平台称为 Win32。自 PHP 4.3.0 开始不再支持 Windows 95。

Note:

Windows 98/ME/NT4 is no longer supported as of PHP 5.3.0.

Note:

Windows 95 is no longer supported as of PHP 4.3.0.

有两种方法在 Windows 下安装 PHP: 手工安装或者使用 安装程序安装。

如果有 Microsoft Visual Studio,也可以 编译PHP 的源程序。

一旦在 Windows 系统下安装好 PHP 之后,可能需要 加载各种扩展库以实现更多的功能。

Warning

互联网上还有一些多合一的安装程序,但是它们没有一个是被 PHP.net 认可的,因为我们相信,从» http://www.php.net/downloads.php下载官方Windows包手动安装是系统安全和优化的最好选择。


安装与配置
PHP Manual