本帖最後由 IT_man 於 2017-3-23 10:41 編輯 * K( {# _& U1 `# t+ D
) o7 L) L5 x: D4 a8 d$ l. j
首先查目前安裝的php版本 php -v * `# ]7 ~4 V6 L. B! N6 q
* w: h; f' ~( a( Q u
其實對 Centos 的部分來說就是換掉 yum 的資料庫 分以下步驟進行: CentOS/RHEL 7.x: - rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
: m9 t0 e2 \9 c7 y' d - 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-replace4 ~ p2 Z6 {- G
- yum replace php-common --replace-with=php55w-common
複製代碼 過程會出現 “WARNING: Unable to resolve all providers …”,這是正常的,你只要按"y" 繼續, E7 K4 R: l% Y
3 t" `- O6 J3 x* O, Z
|