On WinNt + Pws:
I installed PHP404pl1 with the automatic installer, and all works right.
Now, i want to install PHP405, and i have done the follow:
I've modified the Windows registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map]
".php"="c:\php405\sapi\php.exe"
I've put all .dll on Windows path
I've modified the winnt\php.ini file to point to my c:\php405\extensions directory
I've put php4ts.dll on winnt/system32 directory
I've restarted my pc
But when i try a php file with a browser, my pc execute Php404 and not Php405 !!!!!
Why?????