someone at somewhere dot com 28-Aug-2002 06:02 Installing PHP 4.2.2 on Microsoft Windows .NET Server ...
* Download http://us3.php.net/do_download.php?download_file=php-4.2.2-Win32.zip
* Extract php-4.2.2-Win32.zip
* Copy php.ini-dist %SystemRoot%\php.ini
* Copy phpts.dll %SystemRoot%\system32\phpts.dll
* Open Control Panel and goto Administrative Tools and open Internet Information Services
* Open the local computer branch and goto Web Service Extensions
* Select Add a new Web service extension...
* For the Extension name type in PHP
* Hit the Add... button
* Hit the Browse... button to find php4isapi.dll in the sapi folder where you extracted
* Enable the checkbox for Set extension status to Allowed and hit OK
* Right click the Web Sites branch and select Properties
* Goto the Home Directory tab and hit the Configuration... button
* Hit the Add... button and then hit the Browse... button to find php4isapi.dll
* For the extension put php and hit the OK button
* Restart the World Wide Web Publishing Service
* Create a test file, and browse to it, see if everything works, test provided below...
<HTML> <HEAD> <TITLE>PHP via IIS6</TITLE> </HEAD> <BODY> <?php phpinfo(); ?> </BODY> </HTML>
* Enjoy!
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php