Add c5-testing repository to yum:
1 2 |
cd /etc/yum.repos.d/ wget http://dev.centos.org/centos/5/CentOS-Testing.repo |
You can then view the latest available php packages with:
1 |
yum --disablerepo=\* --enablerepo=c5-testing list \*php\* |
Then you can install them with:
1 |
yum --disablerepo=\* --enablerepo=c5-testing install php |