faqts : Computers : Programming : Languages : PHP : Installation and Setup : Operating Systems : Windows

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 16 people (75%) answered Yes
Recently 3 of 3 people (100%) answered Yes

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....