tid=21394& 本帖最後由 IT_man 於 2017-3-23 10:41 編輯 4 |4 j3 Y$ b9 z
+ l2 t7 Q, e9 R* m( ?8 w4 \2 x
首先查目前安裝的php版本 php -v 1 c- [- U" y1 Z3 T
4 j: i9 x9 ? Y% t3 v- m
其實對 Centos 的部分來說就是換掉 yum 的資料庫 分以下步驟進行: CentOS/RHEL 7.x: - rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
$ A4 U" F M9 z/ f3 |+ X) \: J - rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
複製代碼 CentOS/RHEL 6.x:- rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
複製代碼 CentOS/RHEL 5.x:- rpm -Uvh http://mirror.webtatic.com/yum/el5/latest.rpm
複製代碼 開始升級:- yum install yum-plugin-replace1 V& G. T7 e6 l b. s
- yum replace php-common --replace-with=php55w-common
複製代碼 過程會出現 “WARNING: Unable to resolve all providers …”,這是正常的,你只要按"y" 繼續
; M- M5 U e A% f: z+ ?
* ^( I- n, A7 [: I' b
|