CentOS 5 更新 php 5.3以上

CentOS 5 更新 php 5.3以上

先移除原本的php mysql

yum remove php* mysql*

 

更新套件

wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm

安裝新的

yum –enablerepo=remi install php53 php53-cli php53-common php53-gd php53-imap php53-intl php53-mbstring php53-mysql php53-odbc php53-pdo php53-pspell php53-snmp php53-xml php53-xmlrpc mysq mysql-server

收工

============

等待測試:

1.不知道mysql是不是一定要移除和重新安裝?!

測試結果: 不行,mysql要移除。 建議一開始安裝CENTOS 5.9時就不要裝PHP和MYSQL相關

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *