首页 > Web开发 > 详细

php的安装

时间:2016-12-01 21:45:10      阅读:247      评论:0      收藏:0      [点我收藏+]

 

yum install epel-release
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php56
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php56w-fpm

yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof

 

单独安装模块

yum install --enablerepo=remi --enablerepo=remi-php56 php-gd

 

php的安装

原文:http://www.cnblogs.com/rcjtom/p/6123295.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!