Install PHP 7 on CentOS 6

Install EPEP repo with command yum install -y epel-release Next you need REMI repo, you can get it form https://rpms.remirepo.net/ Install it with rpm -ivh https://rpms.remirepo.net/enterprise/remi-release-6.rpm You can search for PHP versions with command yum search php Select PHP version First install yum-utils yum install yum-utils Now you can select required PHP version with command … Read more