centos 7 php 5.4 5.5,Centos7 把php5.4升级到php5.6

使用Remi源可以方便对php进行升级(x64版本)

Step1: 添加EPEL和Remi源

wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

rpm -Uvh remi-release-7*.rpm epel-release-7*.rpm

Step2: 使用Remi repo

vim /etc/yum.repos.d/remi.repo

[remi]

name=Les RPM de remi pour Enterprise Linux 6 - $basearch

#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/

mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-php56]

name=Les RPM de remi de PHP 5.5 pour Enterprise Linux 6 - $basearch

#baseurl=http://rpms.famillecollet.com/enterprise/6/php55/$basearch/

mirrorlist=http://rpms.famillecollet.com/enterprise/6/php55/mirror

# WARNING: If you enable this repository, you must also enable "remi"

enabled=1

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

把enabled设为1.使之起作用。 注意:如果想吧PHP5.4升级为PHP5.5,则把[remi-php55]的enabled设置为1

Step3: 停止相关服务

service httpd stop

service mysqld stop

Step4: 更新

yum update -y

yum update php

这个时候会提醒更新php到5.6 通过以下命令查看是否完成升级

php -v

然后启动服务

service httpd start

service mysqld start

这个时候可以用了。我这边测试apache2和mariadb能正常使用。 注意,存在新的php.conf文件:php.conf.rpmnew。如果需要新文件替代,需要检查好设置内容,避免覆盖。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值