I have tried to upgrade php 5.6 to php7 using following remi & repository in centos machine cpanel/WHM installed server.
But its showing the previous version of php again. Plz help me
Code:
# wget -q http://rpms.remirepo.net/enterprise/remi-release-7.rpm
# wget -q https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -i remi-release-7.rpm epel-release-latest-7.noarch.rpm
# yum-config-manager --enable remi-php70
# yum install php
# yum update
Attachments
-
20.3 KB Views: 3
Last edited by a moderator: