Centos7 安装 PHP7

Centos7 安装 PHP7

安装epel



yum install epel-release -y


安装IUS Community Repo



rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm


安装php7



yum install phpMyAdmin php70u-{bcmath,cli,common,gd,json,mbstring,mcrypt,mysqlnd,process,tidy,xml}


关于webtatic



国内盛传一种库,webtatic,网上多半的方式是

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


关于webtatic,官方在支持文档1中强烈建议不要使用webtatic。

参考
1. ius Getting Started
2. ius FAQ

3. centos官方文档:可供 CentOS 使用的软件库

评论

此博客中的热门博文

certbot cloudflare申请通用域名证书

在centos 7上用postfix,dovecot,mariaDB配置邮箱