Need PHP 56 - SCL PHP 56 no longer available?

Hi,

You could install PHP 5.6 with REMI safe repos on CentOS 7, as easy as that:

yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm && yum clean all
yum -y install php56-php-{cli,pdo,fpm,zip,gd,xml,mysqlnd}
1 Like