Home  >  Article  >  Backend Development  >  p5 PHP5 installation method

p5 PHP5 installation method

WBOY
WBOYOriginal
2016-07-29 08:36:111084browse

This article introduces the installation method of PHP+IIS under Windows 2000 (ISAPI method)
1. Unzip php-5.0.0-Win32.zip and put it in C:php
2. Rename php.ini-dist to php.ini, Find line 438 and change it to extension_dir = c:phpext
3, remove line 565; the ";" comment symbol in front of extension=php_mysql.dll
4, copy php.ini to the Winnt directory, and then copy php5ts.dll and libmysql. dll to WINNTsystem32
5, open IIS, add a php suffix. (Point to c:phpphp5isapi.dll)
6, restart IIS

The above introduces the p5 PHP5 installation method, including p5 content. I hope it will be helpful to friends who are interested in PHP tutorials.

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