Magento News

 

How to Install PHP 5.2.X on CentOS 5

The Remi repository install only supports the latest PHP version, which is currently 5.3.X. After searching around, I found PHP 5.2.X is still available from the CentOS testing repository.

Start by adding the CentOS testing repository to yum
cd /etc/yum.repos.d
wget http://dev.centos.org/centos/5/CentOS-Testing.repo

Then import the gpg key for this repository as follows:

How to Install PHP 5.2.X on CentOS 5

Possibly Related Posts:


 

Leave a Reply