Centos7安装php5.6并配置php-fpm协同工作
作者:互联网
yum install epel-release
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum install -y --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-fpm php-bcmath
service php-fpm start
service php-fpm status
标签:service,fpm,pecl,Centos7,remi,php,rpm 来源: https://www.cnblogs.com/peteremperor/p/11073716.html