三步解决搭建PHP环境问题

进行正确的搭建PHP环境的方法步骤,才能保证我们变成的顺利实现。下面我们将为大家介绍有关搭建PHP环境的相关方法,希望对大家有所帮助。

搭建PHP环境一、安装Apache 2.2.x

下载地址:http://httpd.apache.org/

一路回车即可安装。 注意安装完成后要执行:D:\Apache2.2\bin>httpd -k install

假设,安装在D:\盘下。

Installing the Apache2.2 service
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd: Could not reliably determine the server's fully qualified domain name, us
ing 192.168.28.100 for ServerName

执行后,在桌面右下脚打开Monitor Apache Servers 并启动Apache 2.2服务

搭建PHP环境二、安装PHP

下载地址:http://cn2.php.net/get/php-4.4.9-Win32.zip/from/a/mirror

下载 php-5.2.6-Win32.zip

(1)将PHP文件解压到一个目录下,目录地址为 "D:\php"。
(2)将PHP目录(D:\php)下的php.ini-dist复制到windows(有的系统是winnt目录)目录下,并改名为php.ini。
(3)复制D:\php目录下的所有dll文件到windows的系统文件夹里,即:C:\windows\system32。

注意:如果不想复制(3)的文件,可以把 D:\php 目录加入系统PATH变量中

相关推荐