Wrong version of php used be IIS

Posted by user1070125 on Server Fault See other posts from Server Fault or by user1070125
Published on 2012-07-06T07:22:47Z Indexed on 2012/07/06 9:17 UTC
Read the original article Hit count: 219

Filed under:
|

Long ago I installed php5.2 using a installer on IIS.

Recently I installed PHP Manager and upgraded to php5.3 simly by unzipping the downloaded file and then used the "Register new php version" in PHP Manager. I did this for the global scope for all sites. This works OK.

Once in a blue moon errors are written to the php5.2 errorlog even though that verion is not used anymore. The errors are typical 5.3 specfic functions that are not supported in 5.2.

How can it be?

Can I safely uninstall php5.2 using the uninstaller (i think it added some stuff to the env paths)?

© Server Fault or respective owner

Related posts about php

Related posts about iis