centOS7 安裝PHP5 6版本

2021-08-10 14:24:23 字數 617 閱讀 8333

以下是centos 7.0的源。

# yum install epel-release

# rpm -ivh

使用yum list命令檢視可安裝的包(packege)。
#

yumlist--

enablerepo=remi--

enablerepo=remi

-php56

|grep

php

yum源配置好了,下一步就安裝php5.6。
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

用php命令檢視版本。

在這裡安裝的版本是php5.6.0,細心的使用者可能已經發現zendguardloader變成zend opcahe了。

對從php5.5開始php**快取從apc變成了zend opcache了。

centos7編譯安裝php5 6

yum y install y gcc gcc c libxml2 devel openssl openssl devel libcurl devel libjpeg devel libpng devel libicu devel openldap devel bzip2 devel libmcry...

centos7下php5 6開啟redis擴充套件

unzip 2.2.8.zip 解壓 cd phpredis 2.2.8 進入安裝目錄 usr local php bin phpize 用phpize生成configure配置檔案,目錄可能不同。configure with php config usr local php bin php con...

centos7s公升級安裝php5 6

今天在新購的阿里雲上部署個phpmyadmin,結果顯示了個如下資訊 php 5.5 is required.currently installed version is 5.4.16系統是centos7.2,phpmyadmin的版本是4.6.5.2最新,降版本的妥協方法不是自己的性格,在參考一番...