User:LoopZilla

From PGVWiki
Jump to navigation Jump to search

PHP version too low? Upgrade to 5.6.2 on Centos.

Procedure

a) Add a new repository /etc/yum.repos.d/centos-test.repo

b) The file should contain:

[c5-testing]
name=CentOS-5 Testing 
baseurl=http://dev.centos.org/centos/5/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing

c) yum --disablerepo=\* --enablerepo=c5-testing update php

d) Reboot

That's all! LoopZilla 12:40, 27 April 2009 (UTC)