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
1 comment:
Thanks, helped a lot, this whole CentOS repo-management mechanism is new to me, I'm normally a Debian user, but my VPS provider doesn't ship it..
Post a Comment