Windows IIS configuration php+Mysql+zend detailed steps to achieve

  
 

There are a lot of PHP
tutorials configured under IIS on the Internet, but they are some very rational things. I sorted out this tutorial
For the convenience of reference, there are any problems you can also communicate with everyone, if there is anything wrong, please correct me.. The following tutorials are implemented under Windows 2000, other systems please refer to the changes, Operating system

Contents: c:\\winntPHP default installation directory: C:\\phpPHP version: PHP 4.3.10 Windows
Binaries) Mysql version: mysql-4.0.22-win Zend :Zend Optimizer v2.5.5 First unzip the php archive to the c:\\php directory, first rename php.ini-dist to php.ini and then copy php.ini and php.exe to the winnt directory...php4ts.dll And php4isapi.dll (this in the sapi directory) is copied to the winnt/system32 directory.......... In order for your PHP to support more modules, open Php.ini with Notepad and search for extension_dir Change the value ./to C:\\PHP\\extensions and search; Windows Extensions will open the following extension module, as long as the previous one is removed; but some modules are not supported. .. Create a PHP program test directory under IIS, such as D:\\WEB, in the "Internet Service Manager", right-click "Default Web Site-> New-> Site", alias Web, the actual path is D:\\web to have read, run script and browse permissions; add php filter in IIS ISAPI brusher php has two operating environment modes... but all are added from here 1. If you want to use Isapi mode, modify the executable path under IIS - home directory configuration: C:\\WINNT\\System32\\php4isapi.dll

Copyright © Windows knowledge All Rights Reserved