tid=21394& 本帖最後由 IT_man 於 2017-3-23 10:41 編輯 % ?3 U; D: T# D% L* c5 n, {
% L6 C3 F; o4 w, c首先查目前安裝的php版本 php -v
9 C+ ? \# [+ t
, a( G9 E4 f9 T1 F
其實對 Centos 的部分來說就是換掉 yum 的資料庫 分以下步驟進行: CentOS/RHEL 7.x: - rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm( ]: A& \( C: U) j( H8 U+ \* 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
& p6 a! q7 I. C1 j - yum replace php-common --replace-with=php55w-common
複製代碼 過程會出現 “WARNING: Unable to resolve all providers …”,這是正常的,你只要按"y" 繼續
! _; q, z- D! k! M& D) E
; V( V2 h$ S9 m) q. B: ~* i
|