环境

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:开机自启
最后修改:2020 年 08 月 24 日 11 : 46 PM
如果觉得文章帮助了您,您可以随意赞赏。