• 欢迎访问MACD实战投资网站,推荐使用最新版谷歌Chrome浏览器访问本网站,关注公众号 丁火甲木庚金 www.macd11.com/subscriptions

CentOS 7.x使用yum快速安装或升级PHP 5.6

未分类 丁火 10年前 (2015-02-08) 3978次浏览 0个评论

PS:今天测试一套用php开发的开源ERP系统发现有个问题比较怪,部分页面正常,部分页面空白,看官方文档只说php 5.4以上版本就行,但出问题的版本已经是5.4。最终排查发现还是php版本问题,升级到5.6问题解决。默认的yum官方源php版本很老,是5.1.x版本,下面方法升级是最快最简单的:(不建议编译php源码包)

1、首先确认yum源的地址是否有效。

# yum install epel-release
# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

2、确认安装的php版本
# yum list --enablerepo=remi --enablerepo=remi-php56 | grep php

3、安装php5.6及常用模块

# yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-pecl-apcu php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof php-pdo php-pear php-fpm php-cli php-xml php-bcmath php-process php-gd php-common php-xcache

注:php-opcache和php-xcache会有效的提高php执行速度。


macd11.com 和 丁火甲木庚金 公众号版权所有丨如未注明 , 均为原创丨转载请注明原文链接。
喜欢 (0)
[sp91@qq.com]
分享 (0)

您必须 登录 才能发表评论!