CentOS upgrade to php 5.2
I have written a script to simplify things here.
run the following to automate the process found here: http://wiki.centos.org/HowTos/PHP_5.1_To_5.2
Connect to your server via ssh or run the following in terminal:
wget http://ganey.co.uk/uploads/phpupgrade.sh
chmod +x ./phpupgrade.sh
./phpupgrade.sh
The whole process should then be automated for you :]