在CentOS7.0升级php5.4到php5.6
程序员文章站
2022-05-10 20:33:39
...
原文链接
安装php5.6版本以后不再需要安装Zend Guard,而是用yum命令安装php-opcache及php-pecl-apcu就可以有效的提高php执行速度。
-
配置yum源
rpm -Uvh http://ftp.iij.ad.jp/pub/linux/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
-
确认安装的php版本yum list --enablerepo=remi --enablerepo=remi-php56 | grep php
-
安装php5.6yum 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版本php -v
推荐阅读
-
VS2015在升级到Update2之后运行Cordova项目异常的解决方案
-
如何把php5.3版本升级到php5.4或者php5.5
-
Centos下升级php5.2到php5.4全记录(编译安装)
-
项目原本访问正常,在谷歌Chrom 升级到80后,跨域Samesite必须有值影响跨域项目的解决
-
在CentOS中升级gcc4.8到gcc5并修改默认设置
-
centos7更新php5.4到php5.6/php7
-
如何把php5.3版本升级到php5.4或者php5.5
-
Centos下升级php5.2到php5.4全记录(编译安装)_php实例
-
如何把php5.3版本升级到php5.4或者php5.5,php5.3php5.4
-
求个ubuntu 14.04 lts 从php5.6升级到php7的教程