Quantcast
Channel: Programming | Sense of Life
Viewing all articles
Browse latest Browse all 29

How to Install PHP 7 on CentOS 6

$
0
0
Previously i posted about upgrading PHP 5.3 to PHP 5.6 on CentOS 6. If you want to install / upgrade it to PHP 7, here’s how: 1. Make sure to remove older version of PHP yum remove php-common 2. Add EPEL and Remi repository yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm yum install http://rpms.remirepo.net/enterprise/remi-release-6.rpm 3. Install yum-utils yum install […]

Viewing all articles
Browse latest Browse all 29

Trending Articles