Hi,
I followed the following steps to install php4.
1) Downloaded the binaries from the PHP site (of course!)
2) Copied all the dlls (including MSVCRT40.dll) and the php.exe file into the c:\winnt\system32 directory.
3) Made an entry in the registry under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\ScriptMap for .php and gave it a value "c:\winnt\system32\php4isapi.dll"
4) Added an entry in ISAPI Filters page for php and specified the same path as above for php
4) Added an entry in App Mappings page for php and specified the same path as 3 for php
5) Restarted the IIS service
I got an error saying there is an error with inetinfo.exe
I tried Steps 3-5 after changing the path from the php4isapi.dll file to the php.exe file (which is also in the system32 directory), but came up with the same problem
So, now I'm stuck. Can anyone help me out here!!
Regards