A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

本帖最后由 wendyYao 于 2018-4-12 11:19 编辑

按照系统更新yum源,我的是centos7,所以我运行下面的代码!

CentOS/RHEL 7.x:




如果是centos6,那么执行以下代码:
CentOS/RHEL 6.x:



查看php版本列表
yum list php

使用yum安装php7
yum install php70w.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-mysql.x86_64 php70w-pdo.x86_64

安装php56
yum install php56w.x86_64 php56w-cli.x86_64 php56w-common.x86_64 php56w-gd.x86_64 php56w-ldap.x86_64 php56w-mbstring.x86_64 php56w-mcrypt.x86_64 php56w-mysql.x86_64 php56w-pdo.x86_64

譬如你要加装xml,那么可以直接,别怀疑就是这么简单:
yum install php70w-xml

查看一下php版本:
php -v


查看一下php拓展:
php -m

扩展:
4.安装PHP FPM
yum install php55w-fpm
yum install php56w-fpm
yum install php70w-fpm

6 个回复

倒序浏览
赞一个
回复 使用道具 举报
奈斯
回复 使用道具 举报
回复 使用道具 举报
奈斯,优秀
回复 使用道具 举报
回复 使用道具 举报
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马