字體:  

CentOS 下 PHP5.4 版安裝 php-tidy 相容性解決方案

toyota 發表於: 2013-12-10 18:33 來源: ADJ網路控股集團


環境: CentOS 6.4 x64 , PHP 5.4 , nginx 1.0.15

使用的是 remi 資源庫安裝的...剛好要新安裝 php-tidy
結果遇到相容性問題...這時後可以這樣做

修改yum 配置

把 /etc/yum.repos.d/remi.repo 內的 enabled=0 改為enabled=1

QUOTE:


[remi]
name=Les RPM de remi pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/remi/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-test]
name=Les RPM de remi en test pour Enterprise Linux 6 - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/6/test/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/6/test/mirror
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi


改完之後...再重新安裝
# yum install php-tidy

這樣就可以囉~~