Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
I have a php 4 installer of 1.4 MB. When I install it in xp, it is configured with IIS. But I have downloaded php5.2 installer of 14 MB. But it is not configured correctly. It requires iisfastcgi. I have installed that. But even after installation no improvement occurred. How to install php 5?
Posted
Updated 11-Jun-13 3:35am
v3

Hello,

Have you read the installation guide[^] available on Php.net site? Please follow the guide and it should install the PHP without any problem. Below is a list of recommended features to select while installing the PHP. (Directly copied from above guide)
MainExecutable - php.exe executable ( no longer available as of PHP 5.2.10/5.3.0; it is now included by default )
ScriptExecutable - php-win.exe executable
ext_php_* - the various extensions ( for example: ext_php_mysql for MySQL )
apache13 - Apache 1.3 module
apache20 - Apache 2.0 module
apache22 - Apache 2.2 module
apacheCGI - Apache CGI executable
iis4ISAPI - IIS ISAPI module
iis4CGI - IIS CGI executable
iis4FastCGI - IIS CGI executable
NSAPI - Sun/iPlanet/Netscape server module
netserve - NetServe Web Server CGI executable
Xitami - Xitami CGI executable
Sambar - Sambar Server ISAPI module
CGI - php-cgi.exe executable
PEAR - PEAR installer
Manual - PHP Manual in CHM Format

Please also pay attention to the FAQ located at the bottom of the above mentioned page.

Regards,
 
Share this answer
 
You can install php on XP and IIS without fastcgi.
Follow these steps: http://www.iis-aid.com/articles/how_to_guides/installing_php_5_iis_5_simple_steps[^] or these: http://www.webpronews.com/installing-php-on-iis-windows-xp-pro-2006-06[^]
Just note, that the installation is quite flexible, thus you have several paths to follow, especially on a non-productive development system.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900