码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2020-05-24 13:22:46      阅读:66      评论:0      收藏:0      [点我收藏+]

标签:mcr   get   ucid   height   enter   bst   版本支持   pdo   common   

如果直接安装php,会安装低版本的,由于某些需求需要高版本支持,所以对php版本提出了门槛。

 

安装之前应该先安装源

yum -y install epel-release

rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

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

上面如果失败了就重试,没办法。

 

然后安装php:

yum install php70w

yum install php70w-mbstring.x86_64

yum install php70w-mysqlnd.x86_64

 

如果还需要其他安装,可以在下面选择性安装:

 

 

yum -y install php70w-dev.x86_64 php70w-cli.x86_64 php70w-common.x86_64 php70w-gd.x86_64 php70w-ldap.x86_64 php70w-mbstring.x86_64 php70w-mcrypt.x86_64 php70w-pdo.x86_64 php70w-pear.noarch php70w-pecl-igbinary.x86_64 php70w-pecl-redis.x86_64 php70w-bcmath.x86_64

 

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

标签:mcr   get   ucid   height   enter   bst   版本支持   pdo   common   

原文地址:https://www.cnblogs.com/kittybunny/p/12950659.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!