Upgrade PHP 5.1 to PHP 5.2 on CentOS

March 18th, 2009 | Tags:

This site has the repositories that will upgrade your PHP 5.1 to 5.2

nano -w /etc/yum.repos.d/utterramblings.repo
… and then paste the following into the editor:

[utterramblings] name=Jason’s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

No comments yet.