First Add IIS .
Control Panel -programs -turn Windows features on or off
1. tick "Internet Information Services "
2. tick the "IIS Admin console "
Internet Information Services - ) Web Management Tools
3. tick "CGI"
Internet Information Services - Application Development Features
IIS automatically in C Disk Establishment Inetpub folder, its subfolders wwwroot Place the directory for the Web page file.
then unzip and set up PHP.
1. Unzip the file
unzip the php-5.5.3-nts-win32-vc11-x64.zip to the D Drive and rename it to php-5.5.3
2. install Visual C + + redistributable for visual Studio(x64)
official download from Microsoft:http://www.microsoft.com/zh-CN/download/details.aspx?id=30679
3. configuration Files
php.ini-development Rename to php.ini
(1) Setting the time zone
Finally, add php support in IIS7.
1. Run -inetmgr
2. Add " module Mappings "
(1) Select " handler mapping "
(2) go to " Add module map "
Fill in the following content
(3) Setup Complete
Refer to another php5.2.1 setting
Configuring php5.5 under IIS