Installing PHP 5.3.5

In order to install and operate WordPress, any PHP Version 4.3 or above is required as a prerequisite.

Update to the Web Server (IIS) Role

  1. Start the Server Manager, then select the Web Server (IIS) Role in the Roles branch.
  2. Scroll down to the Role Services section and verify CGI is not installed. If it is, you can stop here.
  3. Click the Add Role Services link on the right side.
  4. Check CGI as Role Service to add and click Next.
  5. On the Confirm Installation Selections screen, verify the correctness of the listed component and click Install.
  6. Wait for the installation to succeed, then click Close.
  7. Stop and then start the Web Server (or restart it, as you like).

If CGI is not installed, you will receive a notification on step 5 of the PHP Installation.

Installing PHP 5.3.5

The installation process is easy and straight forward:

  1. Start the Windows Installer Package and you will be presented the Welcome page.
  2. Click the Next button and you will be presented the End-User License Agreement page.
  3. Read(?) the license agreement, check the I accept the terms in the License Agreement checkbox and click Next. You will now see the Destination Folder page.
  4. Keep the default installation path or adjust as required, then click the Next button. You will now see the Web Server Setup page.
  5. Select the IIS FastCGI option and click the Next button. You are now on the Choose Items to Install page.
  6. Keep all defaults and previous settings, then click the Next button. This brings you to the Ready to Install page.
  7. Click the Install button. The installation will now take place and once finished, you will see the Completed page.
  8. Click the Finish button to close the installer.

With the installer done, you got PHP installed and configured on your server.

Verifying the Web Server Configuration

If you want, you can verify that the Web Server Configuration has been properly updates by performing the following steps:

  1. Start the Server Manager and find the Internet Information Server (IIS) Manager in the Roles branch. Select it.
  2. Now select the server’s home node. Find the Handler Mappings icon amongst the IIS components and double-click it. Verify that amongst the Enabled items PHP_via_FastCGI is listed and mapped to *.php

Done – I think, that is it…

This entry was posted in Allgemein, General Installations and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *