tid=21394& 本帖最後由 IT_man 於 2017-3-23 10:41 編輯
+ n5 l; w; v4 c* Z
. m8 F% C( H7 z4 j4 F首先查目前安裝的php版本 php -v ) w1 L# m5 v0 z6 B$ U
+ E7 L8 |4 S7 [( ?4 J* _
其實對 Centos 的部分來說就是換掉 yum 的資料庫 分以下步驟進行: CentOS/RHEL 7.x: - rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm. ~- M% h( f1 l" w0 Z; @; _8 R: n7 s4 L
- 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-replace- s& c2 }2 ~) O: _1 b+ x
- yum replace php-common --replace-with=php55w-common
複製代碼 過程會出現 “WARNING: Unable to resolve all providers …”,這是正常的,你只要按"y" 繼續
% [$ Z* l2 X8 }
: T! S5 \1 r/ o: p6 V1 L. J+ u S
|