The Visual-Guide Show Step-by-Step How-to Install the Latest PHP 5.4.11 Release on Windows 7 with IIS 7.5 Integration.
If Clearly and Simply Executed the IIS + PHP Integration on Windows 7 Do Not Results Much Complicated and It Do Not Really Need of Any Helping Tool Like you Find Publicized on Various Tutorial Out There...
You Need Only to Know How-to Execute the Correct Steps to Get It Done!
This Article Show Just the PHP Installation Part but Below you Find Link to Foolowing Steps.
To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.
The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive ;)
-
Download PHP 5.4.11 for Windows
PHP 5.4.11 NTS .ZIP - Unzip Into something like c:\php
- Rename php.ini.development As php.ini
- Open Notepad ad Administrator
- Edit with Notepad php.ini File
Set
doc_root = "c:\inetpub\wwwroot"
extension_dir = "ext"
cgi.force_redirect = 0
date.timezone = "America/Los_Angeles"
Save Changes
- Open a Command Prompt Window
- Test PHP Installation
cd c:\php
php -i
Command Equivalent of phpinfo()...
php -m
List of Loaded PHP Modules.
-
IIS 7.5 FastCGI PHP Integration
IIS 7.5 + PHP Integration Setup
Windows 7 IIS 7.5 How-to Enable PHP Tidy and Other Modules