Installing php 5.6 on CentOS 7
enable EPEL and Remi repository to your CentOS 7 system using the commands below. # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm install yum utils # yum install yum-utils The most important program provided by yum-utils is yum-config-manager, which you can use to active Remi repository as the default repository for installing various PHP versions. For example, if you want to install PHP … Read more