PHP 5 upgrade - IIS 5

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
zdog18
Forum Newbie
Posts: 1
Joined: Thu Jul 15, 2004 1:58 pm

PHP 5 upgrade - IIS 5

Post by zdog18 »

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?
Post Reply