Archive for Junio, 2009

Update to a recent PHP in CentOS

Sábado, Junio 27th, 2009

If someone needs to update his CentOs to a recent PHP version, I did it very easily with:

wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
yum update php

Thanks a lot for the information found here.