yum install centos-release-SCL
yum install php54 php54-php php54-php-cli php54-php-common php54-php-mysql
php -V
PHP 5.3.3 (cli)
scl enable php54 "php -v"
PHP 5.4.14 (cli)
source /opt/rh/php54/enable
php -v
PHP 5.4.14 (cli)
/usr/sbin/apachectl -t
/etc/init.d/httpd restart
Share this blog post on social media:
TweetAll advice, installation/configuration how to guides, troubleshooting and other information on this website are provided as-is with no warranty or guarantee. Whilst the information provided is correct to the best of my knowledge, I am not reponsible for any issues that may arise using this information, and you do so at your own risk. As always before performing anything; check, double check, test and always ensure you have a backup.