Hi,
It is shown in the README.txt included in the binary package of PHP4.0.1 that:
"
....
Installation Notes for IIS 4.0 and 5.0
- Install the DLLs as mentioned above.
- If you wish to change any defaults, copy either the php.ini-dist or
php.ini-optimized files into your Windows directory, and rename it to
'php.ini'. You can then modify any of the directives inside it.
- Start the Microsoft Management Console (may appear as
'Internet Services Manager', either in your Windows NT 4.0 Option Pack
branch or the Control Panel->Administrative Tools under Windows 2000).
- Right click on your Web server node (will most probably appear as 'Default
Web Server'), and select 'Properties'.
- If you don't want to perform HTTP Authentication using PHP, you can (and
should) skip this step. Under 'ISAPI Filters', add a new ISAPI filter.
Use 'PHP' as the filter name, and supply a path to the php4isapi.dll that
is included in the distribution.
...."
I followed exactly what are shown above. However, the popup window (property window of MMC program) stays on. It keeps freezing as if nothing happens after my clicking on either OK or Apply button to confirm the change. With a more careful check, I found that the PHP filter failed to load php4isapi.
Anybody encountered the same problem? Anybody knows the solution. Please help. Thank you.