PHP升级

2020-02-13  本文已影响0人  linux_python

centos7
参考文档 https://towait.com/blog/how-to-intall-lamp-with-php7-on-centos7/
php70w

---->
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 -y install php70w

yum search php70w 查看关于php7的模块 选择常用的安装
yum -y install php70w-mysql php70w-xml php70w-soap php70w-xmlrpc php70w-mbstring php70w-json php70w-gd php70w-mcrypt php70w-opcache

查看版本 php -v

centos6

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

上一篇 下一篇

猜你喜欢

热点阅读