CentOS 5.x comes with PHP 5.1, this version is outdated and you probably would want to upgrade it. I used Atomic repository.
You can add it by running following command: wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh Now you can update PHP: yum update php yum update php-mcrypt (you might also need to update mysql) Verify version of running PHP: php -v And that all modules working as order: php -m Restart Apache, you are all set.
Provided by:SiQ systems, Cloud experts
You can add it by running following command: wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh Now you can update PHP: yum update php yum update php-mcrypt (you might also need to update mysql) Verify version of running PHP: php -v And that all modules working as order: php -m Restart Apache, you are all set.
Provided by:SiQ systems, Cloud experts