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

CentOS 7 安装 PHP

时间:2019-07-19 18:41:42      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:XML   mcrypt   odbc   int   rem   yum   http   curl   etc   

安装 epel 和 remi 源
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y remi-release-7.rpm

安装 yum 管理工具

yum install -y yum-utils

启用 remi-php

# 安装 php5.6
yum-config-manager --enable remi-php56
# 安装 php5.5
yum-config-manager --enable remi-php55   [Install PHP 5.5]
# 安装 php7.2
yum-config-manager --enable remi-php72   [Install PHP 7.2]

安装 php

yum install -y php php-mcrypt php-cli php-gd php-curl php-mysql php-ldap php-zip php-fileinfo php-odbc php-pear php-xml php-xmlrpc php-mbstring php-bcmath php-mhash

参考博文:<https://www.tecmint.com/install-php-5-6-on-centos-7/>;

CentOS 7 安装 PHP

标签:XML   mcrypt   odbc   int   rem   yum   http   curl   etc   

原文地址:https://blog.51cto.com/linux10000/2421731

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