环境
CentOS 7 1804
cat /etc/redhat-release
安装
yum install -y epel-release
yum -y remove php*
yum -y install php72w php72w-cli php72w-fpm php72w-common php72w-devel
管理服务
systemctl status php-fpm:查看状态
systemctl start php-fpm:启动
systemctl stop php-fpm:停止
systemctl enable php-fpm:开机自启