Configure php5.3 in IIS7. 1. download php5.3 for Windows. 2. configure the php. ini file in the php installation directory: remove the file earlier than date. timezone, and change it to date. timezoneAsiaShanghai3. check 5.3 when installing IIS7. download the Windows version of php.
2. configure the php. ini file in the php installation directory: remove ";" before date. timezone and change it to date. timezone = Asia/Shanghai.
3. select "World Wide Web Service"> "application development function"> "CGI", "ISAPI extension", and "ISAPI filter" when installing IIS7 ".
4. configure IIS:
IIS7-> "handler ing"-> Add module ing-> request path: *. php
Module selection: "FastCgiModule"
Executable file (optional): Select php-cgi.exe under the PHP directory.
Name: php
Then, click "OK" to check whether you want to create a FastCGI application pool for the application, and then continue with the application pool.
5. create an application, point to the directory where the php program is located, and select the corresponding application pool.
6. create test. php:
Phpinfo ()
?>
OK, thats all right, long-overdue php System configuration information ~
Http://www.bkjia.com/PHPjc/478820.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/478820.htmlTechArticle1. download the Windows version of php 5.3. 2. configure php under the php installation directory. ini file: remove date. change ";" in front of timezone to date. timezone = Asia/Shanghai 3. when installing IIS7, check "Wanwei...