Following are the steps:
- Download the zip file (windows binaries) from http://www.php.net/downloads.php
- Extract the zip file to C:\php
- By default there are 2 .ini files - php.ini-dist and php.ini-recommended. Use php.ini-recommended and rename it to php.ini. Set the necessary settings required for the application to be built in php.ini. Copy php.ini from C:\php to C:\Winnt.
- Copy php5isapi.dll from C:\php to C:\Winnt\system32
- Go to Control Panel -> Administrative Tools -> Internet Services Manager
- In ISM, select 'Default Website' Properties. Go to ISAPI Filter tab. 'Add' new filter. Filter Name -> php and Executable -> C:\php\php5isapi.dll
- In ISM, Select 'Home Directory' tab. Press 'Configuration' button. Add ext -> php and executable -> C:\php\php5isapi.dll
- Restart IIS service
- Test php installation.
No comments:
Post a Comment