http://blogs.iis.net/rickjames/archive/2007/10/04/installing-php-5-2-4-on-windows-server-2008-rc0-in-pictures.aspx

Windows Server 2008 RC0 is now available for beta testing. Here are some screenshots of setting up PHP 5.2.4:

Update: 11-Oct: changed image layout, tweaked text
  1. Open Server Manager, Install IIS, including CGI (which include FastCGI)


  2. Download and extract PHP to c:\php, Start the UI (WindowsKey+R - inetmgr)


  3. Create a simple php script c:\inetpub\wwwroot\hello.php:

    <?php phpinfo(); ?>
                        
  4. Let IIS know the you want *.php to run as a FastCGI using c:\php\php-cgi.exe



  5. Browse away!

+ Recent posts