系统相关
首页 > 系统相关> > centos7安装php7.2版本

centos7安装php7.2版本

作者:互联网

前提环境是配置了阿里云的基础源和epel源

参考如何配置cenots7阿里云镜像源

首先安装epel-release

yum install epel-release -y

接着安装php7.2的镜像源

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

安装php7.2

yum install php72w php72w-mysqli php72w-mbstring php72w-gd php72w-curl php72w-cli php72w-common php72w-process

多说一点,centos7默认的php版本是5.4,下载7.2版本就是在php后面加上了72w

如果是5.5版本就是55w

标签:epel,php7.2,centos7,yum,版本,release,php72w
来源: https://blog.csdn.net/wh_computers/article/details/115409273