Am 05.10.2012 um 18:57 schrieb Todd Cary:
I am running Centos 5.8; at least
uname -rmi
gives me centos-release-5-8.el5.centos
A CMS package is telling me that I need PHP 5.2x, however yum update says that I am fully up to date.
Is there a "safe" way to upgrade PHP to 5.2x?
yum remove php
yum install php53
-- LF