centOS 6.x 升级php 版本到 php5.6x

如果已经安装了老版 PHP,需要先删除

yum remove php*

开始安装

yum -y update
yum -y install epel-release
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
wget https://centos6.iuscommunity.org/ius-release.rpm
rpm -Uvh ius-release*.rpm
yum -y update
yum -y install php56u php56u-opcache php56u-xml php56u-mcrypt php56u-gd php56u-devel php56u-mysql php56u-intl php56u-mbstring php56u-gd php56u-soap php56u-mssql

检查是否安装正确

php -v

重启apache

service httpd restart

http://devdocs.magento.com/gu...

你可能感兴趣的:(centos,centos6.7,centos6.6,centos6.5,php5.6)