I am trying to upgrade PHP 5.1.6 to 5.2. I am using:
yum update
However, when I restart apache and run phpinfo(); or rpm -qa |grep php is still has version 5.1.6.
I am running Apcache2(CentOS 5.5).
Any ideas?
Thank you.
|
show 4 more comments
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You probably have to specify a newer package source. | |||||
feedback
|
rpm -qasays that you still have 5.1.6 installed? Then restarting Apache will have no effect. Download a real PHP 5.2 package, and install it by hand instead of using yum. – mario Feb 24 '11 at 15:48