Hi-
I recently tried to upgrade my PHP version on a Windows machine - which didn't work well, so I am trying to revert to my old setup which worked fine until I messed with it. I'm running PHP 5.2.6, MySQL 5 on Windows IIS6.0
Status:
PHP is installed and works
MySQL is installed and works
mysql.dlls' are uncommented in php.ini
My path to php and extension directory is correct in the web version
My PHPRC is set up, as well as, my path to PHP in environment variables
My problem is that if I run PHP from from the command line: php -m it shows both mysql dlls loaded as well as mbstring - which is what I want. However, if I run PhpInfo() from inside a webpage it doesn't show mysql or mbstring loaded - any when I tried to use WordPress which used to work, it says mySQL is not loaded in my PHP installation.
I've searched and searched for an answer to this and can not find anything that works, so now, any thoughts of what else to check would be most welcome.
Thanks in Advance
I do have the server set up with .php loading php5isapi.dll