Upgraded -- But Still Showing Old PHP Version [message #173772] |
Wed, 04 May 2011 02:47 |
BlueBrooke
Messages: 3 Registered: May 2011
Karma: 0
|
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.
|
|
|
|
Re: Upgraded -- But Still Showing Old PHP Version [message #173775 is a reply to message #173774] |
Wed, 04 May 2011 08:40 |
Erwin Moller
Messages: 228 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 5/4/2011 6:42 AM, BlueBrooke wrote:
> Problem solved.
The solution you described is not very helpful for people who hit into
the same problem. ;-)
Erwin Moller
--
"That which can be asserted without evidence, can be dismissed without
evidence."
-- Christopher Hitchens
|
|
|
Re: Upgraded -- But Still Showing Old PHP Version [message #173786 is a reply to message #173775] |
Wed, 04 May 2011 23:04 |
BlueBrooke
Messages: 3 Registered: May 2011
Karma: 0
|
Junior Member |
|
|
On Wed, 04 May 2011 10:40:41 +0200, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_much(at)spamyourself(dot)com> wrote:
> On 5/4/2011 6:42 AM, BlueBrooke wrote:
>> Problem solved.
>
>
> The solution you described is not very helpful for people who hit into
> the same problem. ;-)
>
> Erwin Moller
LOL! Yes, you are absolutely right. And here I was, after spending
24 or so straight hours trying to figure this out, patting myself on
the back because I even remembered to post that it *was* solved! :-D
There were old php5apache2_2.dll and php5ts.dll files in the Apache
directory. Once they were gone, so was the problem. :-)
Thanks for the reminder. :-)
|
|
|