Upgraded -- But Still Showing Old PHP Version [message #173772] |
Wed, 04 May 2011 02:47 |
BlueBrooke
Messages: 3 Registered: May 2011
Karma:
|
Junior Member |
|
|
I am just at a loss as to figure out where else to look for this.
I tried to upgrade from v.5.2.2 to 5.3.6, but it wouldn't work, with
Apache (2.2.17 -- upgraded so I could use 5.3.6) crashing, so
uninstalled it and went down to 5.2.17. Apache isn't crashing
anymore, but 5.2.17 isn't running, either.
The Apache Service Monitor indicates that 5.2.17 is running. But
phpinfo () shows it's 5.2.2:
PHP Version 5.2.2
System Windows NT HOME 5.1 build 2600
Build Date May 2 2007 19:17:46
Server API Apache 2.0 Handler
Virtual Directory Support enabled
Configuration File (php.ini) Path C:\WINDOWS
Loaded Configuration File C:\PHP\php.ini
There was no php.ini file in the C:\WINDOWS directory, so I saved the
new one there -- so the 5.2.17 installation's php.ini is in both
directories, but it still doesn't show that it's reading it.
http.conf is:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:\PHP"
LoadModule php5_module "C:\PHP\php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
The installer didn't add the directory information -- I had to do
that.
Yes, I'm restarting Apache after each change, and have rebooted, also.
I need to upgrade to run Joomla 1.6 -- it won't install without at
least 5.2.4. Otherwise, I'd be giving up at this point. The only
other thing I can think of is registry settings, but don't even know
where to start with that.
|
|
|