How to install php7 on centos 6
How to install php7 on centos 6, I'm use remi repo to install remi-php70. I'm running commands as root account.
To install php7
yum install wget yum-utilsTo check for available repositories
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6.rpm
yum-config-manager --enable remi-php70
yum install php --enablerepo=remi-php70
yum repolistFor example: To install php7 for nginx ( Due to, nginx use php-fpm and php-mysql)
yum install php-fpm php-mysql --enablerepo=remi-php70Thanks for reading! How to install php7 on centos 6
dasd
ReplyDelete