一、centos7的源:
>yum install epel-release
>rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
二、查看可安装的包(Packege)
>yum list --enablerepo=remi --enablerepo=remi-php56 | grep php
三、安装PHP5.6
>yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof
四、查看版本
>php -v
版权声明:
此文为本站源创文章[或由本站编辑从网络整理改编],
转载请备注出处:
[狂码一生]
https://www.sindsun.com/articles/23/64
[若此文确切存在侵权,请联系本站管理员进行删除!]
--THE END--