Entry
How do I install PHP3.06 with IIS4 on NT4.0?
Jun 28th, 1999 00:26
Nathan Wallace, amdur, Heiko Schneebeck
You should read through:
http://www.umesd.k12.or.us/php/win32install.html
If a short description is enough:
1. Unzip the PHP-Archive to, for example, C:\php3
2. Copy php3.ini-dist into your windows-directory (C:\WINNT) and rename
it to php3.ini
3. Change the directory-specification for the modules (*.dll) to C:\php3
4. Make all further changes in php3.ini
5. Combine the php3, php, phtml or other extensions to C:\php3\php.exe
in the IIS-Management for >every< Website using PHP
(updating the registry alone doesn´t work all the time!)
6. Restart your system and go....