Saturday, June 15, 2013

Windows 7 with IIS 7.5 + PHP 5.4.11 Installation Easy Visual-Guide

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 ;)

PHP Elephant Through Windows
  1. Download PHP 5.4.11 for Windows

    PHP 5.4.11 NTS .ZIP
  2. Unzip Into something like c:\php
  3. Rename php.ini.development As php.ini
  4. Open Notepad ad Administrator
    Open Notepad as Administrator
  5. Edit with Notepad php.ini File

    Set

    • doc_root = "c:\inetpub\wwwroot"
    • extension_dir = "ext"
    • cgi.force_redirect = 0
    • date.timezone = "America/Los_Angeles"

      PHP Supported Timezones

    Save Changes

  6. Open a Command Prompt Window
    Open Windows Command Prompt
  7. Test PHP Installation
    cd c:\php
    php -i

    Command Equivalent of phpinfo()...

    php -m

    List of Loaded PHP Modules.

  8. IIS 7.5 FastCGI PHP Integration

    IIS 7.5 + PHP Integration Setup
  9. Windows 7 IIS 7.5 How-to Enable PHP Tidy and Other Modules

    IIS 7.5 Enabling PHP Tidy