Centos7 安装PHP7版本

Posted 彼扬

tags:

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

1. 更换rpm 源,执行下面两个

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

//查看
yum search php71w

2. 安装php7.1 以及扩展
yum install php71w php71w-fpm php71w-cli php71w-common php71w-devel php71w-gd php71w-pdo php71w-mysql php71w-mbstring php71w-bcmath

3. 检查PHP版本

php -v

 



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

喵星之旅-狂奔的兔子-centos7安装php7

喵星之旅-狂奔的兔子-centos7安装php7

centos7 源码安装php7

CentOS7为php7.2安装php-redis扩展(redis环境搭建二)

centos7 安装php7扩展

CentOS7.4 通过yum安装php7.0