Home  >  Article  >  php教程  >  PHP5 安装方法

PHP5 安装方法

WBOY
WBOYOriginal
2016-06-13 12:45:58941browse


本文介绍的是Windows 2000下PHP+IIS的安装方法(ISAPI方式)

1,把php-5.0.0-Win32.zip解压放到C:\php
2,php.ini-dist改名为php.ini,找到第438行改成 extension_dir = c:\php\ext 3,去掉565行;extension=php_mysql.dll前面的";"注释符号
4,复制php.ini到Winnt目录下,再复制php5ts.dll和libmysql.dll到WINNT\system32\中
5,打开IIS,添加一个php后缀. (指向c:\php\php5isapi.dll)
参考下图,点击放大



6,重新启动IIS
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn