欢迎光临
我们一直在努力

Centos7上安装PHP7.1

建站超值云服务器,限时71元/月

1. 先yum install httpd 安装apache

2.添加php7rpm源

yum install epel-release

wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm && rpm
-Uvh remi-release-7.rpm

2. 安装 PHP 7.1

yum –enablerepo=remi-safe -y install php71

显示版本:

php71 -v

安装选择安装

yum install php71-php-mcrypt php71-php-mcrypt php71-php-json
php71-php-mbstring php71-php-xml php71-php-soap php71-php-xmlrpc
php71-php-simplexml php71-php-curl php71-php-mysqlnd

3. 安装 PHP-FPM

yum –enablerepo=remi-safe -y install php71-php-fpm

启动php71-php-fpm

systemctl start php71-php-fpm

systemctl status php71-php-fpm

service systemctl enable php71-php-fpm

重启apache

systemctl start httpd.service

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Centos7上安装PHP7.1
分享到: 更多 (0)