$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Windows 8 64-bit Installing PHP 5.5.5 With IIS8 Integration Step-by-Step Easy Visual-Guide

February 7, 2013 | By Duchateaux.

How to Install PHP 5.5.5 on Windows 8 with IIS8 Integration

The Visual-Guide shows you Step-by-Step How to Install the Latest PHP 5.5.5 32-bit Release for Windows 8 x8664 with IIS 8 Integration.

If Clearly and Simply Executed the IIS8 + PHP5 Integration Windows 8 Do Not Results Difficult 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 Post Show Just the PHP Installation Part but Below you Find Link to Foolowing Steps.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The content and details are expressly reduced to give Focus only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Featured
  1. Download PHP 5.5.5 for Windows.

    PHP 5.5.5 NTS .ZIP
  2. Extracting PHP5 .zip Archive Into C:php.

    Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Extracting PHP5 Archive 1
    Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Extracting PHP5 Archive Path

  3. Right-Click on php.development.ini > Rename As php.ini.

    Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Renaming php.development.ini

  4. Right-Click on php.ini > Edit with Notepad.

    Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Edit php.ini with Notepad

  5. Set or Uncomment the Following Entries

    • doc_root = "c:inetpubwwwroot"

    • extension_dir = "ext"

    • cgi.force_redirect = 0

    • date.timezone = "America/Los_Angeles"

      PHP Supported Timezones

    Save Changes.

  6. Open Command Prompt Window

    • Switch to Start View

      Just Pressing “Cmd” Key.

    • Search for Command Prompt

      Just Typing “command”.

      Install PHP 5.5.5 on Windows 8 with IIS8 Integration - Win8 Command Prompt
  7. Test PHP Installation

    cd c:php
    php -i

    Command Equivalent of phpinfo()…

    php -m

    List of Loaded PHP Modules.

  8. IIS 8 FastCGI PHP Integration.

    IIS 8 + PHP Integration Setup
  9. Windows 8 IIS 8 How to Enable PHP Tidy and Other Modules.

    IIS 8 Enabling PHP Tidy