Downgrading PHP
I installed PHP on a Centos 6.5 i686 server recently and by default in installed PHP 5.5 which broke some apps.
You can easily downgrade PHP with the following command:
# yum downgrade php*
(Repeat the process again if you want to downgrade a version more)