tid=21394& 本帖最後由 IT_man 於 2017-3-23 10:41 編輯
0 m. \6 y ?6 n' W
+ Q6 h% f: s- G2 c/ N/ c首先查目前安裝的php版本 php -v
, z: C" C) W* h/ n( J6 C6 w
$ v) l* `7 T# V( ]- x8 h/ b
其實對 Centos 的部分來說就是換掉 yum 的資料庫 分以下步驟進行: CentOS/RHEL 7.x: - rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
7 K/ g/ V( j" w9 f - 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
: `9 s* a, b Z7 `9 Y' g7 S. K' { - yum replace php-common --replace-with=php55w-common
複製代碼 過程會出現 “WARNING: Unable to resolve all providers …”,這是正常的,你只要按"y" 繼續' x" I& K& _$ Z7 d
8 a# E+ C, ~4 o& ?: P2 m
|