Update PHP to 5.2.9 in CentOS
1
Jun0
Jun0
I am using CentOS, i need update Php but yum latest Php version is Php 5.2.6. I solve this problem with download RPM from famillecollet.com.
Full Rpm list is in http://rpms.famillecollet.com
Php Latest Download : http://www.php.net/downloads.php
wget http://rpms.famillecollet.com/el5.i386/remi-release-5-4.el5.remi.noarch.rpm rpm -Uvh remi-release-5-4.el5.remi.noarch.rpm yum --enablerepo=remi update php

