PHP 5 upgrade - IIS 5
Posted: Thu Jul 15, 2004 1:58 pm
I'm trying to upgrade PHP 4 to PHP 5 on an IIS server. Basically, what I did was replace the current PHP directory with the new PHP 5 files, copy over the php.ini and copy the dlls to the correct location, etc. I've double-checked the paths and permissions. Everything is the same as PHP 4 was set up.
When I try running a test script (php info) it just hangs. If I replace the new PHP 5 directory with the previous PHP 4 and use the previous PHP.ini file again, it works perfectly. Is there anything else that may need to be done for PHP 5 to work differently than 4?
When I try running a test script (php info) it just hangs. If I replace the new PHP 5 directory with the previous PHP 4 and use the previous PHP.ini file again, it works perfectly. Is there anything else that may need to be done for PHP 5 to work differently than 4?