Home > Backend Development > PHP Tutorial > PHP5 installation method_PHP tutorial

PHP5 installation method_PHP tutorial

WBOY
Release: 2016-07-21 16:11:03
Original
872 people have browsed it


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,php.ini- Rename 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, then copy php5ts.dll and libmysql.dll to WINNTsystem32
5. Open IIS, add a php suffix. (Point to c:phpphp5isapi.dll)
Refer to the picture below, click to enlarge

PHP5 installation method_PHP tutorial


6. Restart IIS

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/314095.htmlTechArticleThis article introduces the installation method of PHP+IIS under Windows 2000 (ISAPI method) 1. Install php-5.0. 0-Unzip Win32.zip and place it in C:php 2. Rename php.ini-dist to php.ini. Find line 438 and change it to extension_dir =...
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template