PHP72w安装

Posted michaelcnblogs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP72w安装相关的知识,希望对你有一定的参考价值。

PHP72w

#  rpm  -Uvh   https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

 

#  rpm  -Uvh   https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

 

#  sudo  yum  -y  install php72w

 

#  yum  -y  install  php72w-cli  php72w-common  php72w-devel

 

#  yum  install  yum-utils y

 

#  yum  install  php-mysqli

 

#  yum  install  php72w-fpm

启动php-fpm

1.使用systemctl”命令设定开机自动启动。

# systemctl enable php-fpm.service

 

2.接下来systemctl start php-fpm.service”命令启动php-fpm

# systemctl start php-fpm.service

以上是关于PHP72w安装的主要内容,如果未能解决你的问题,请参考以下文章

搭建 LimeSurvey投票调查问卷系统

我要安装php的mcrypt扩展

Docker php安装扩展步骤详解

如何编译安装PHP扩展

php 怎么安装扩展

LNMP编译安装之php安装--图文详解