美文网首页
CentOS 7 将PHP由5.4升级为5.6

CentOS 7 将PHP由5.4升级为5.6

作者: xeklr | 来源:发表于2016-08-09 11:41 被阅读0次

~]# yum install epel-release
~]# yum update
~]# wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
~]# rpm -Uvh remi-release-7*.rpm
~]# vim /etc/yum.repos.d/remi.repo
把enabled设为1.使之起作用。

~]# systemctl stop httpd.service
~]# systemctl stop mysqld.service

~]# yum update

~]# systemctl start httpd.service
~]# systemctl start mysqld.service

相关文章

网友评论

      本文标题:CentOS 7 将PHP由5.4升级为5.6

      本文链接:https://www.haomeiwen.com/subject/ehqdsttx.html