I am trying to upgrade PHP from 5.2.6 to 5.3.2. I have created a directory C:\php5 and placed PHP in this directory including the php.ini file.
I have added C:\php5\ to the system's PATH variable and created a new variable called PHPRC to which it's value was set also to C:\php5\.
Whenever I run phpinfo(), I am presented with two pieces of information. They read as follows:
Configuration File (php.ini) Path -> C:\WINDOWS
Loaded Configuration File -> C:\php5\php.ini
Although I have the mysqli extension uncommented, I seem to unable to load this extension and use it. At least, I think that's what's going on because when I fire up phpMyAdmin (which used to work fine on 5.2.6) I get the following error:
Can someone please advise how I can go about changing the Configuration File (php.ini) Path from C:\WINDOWS to C:\php5?