• slider image 285
:::
windelf - 數位學習 | 2014-01-18 | 點閱數: 749

導入以下網址
# rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

編輯/etc/yum.repos.d/CentOS-Base.repo 文件末尾添加以下代碼
# vi /etc/yum.repos.d/CentOS-Base.repo

[utterramblings]name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

安裝 php
# yum install php

重新啟動
# service httpd restart

最後輸入 php -v 檢查是否已經升級成功。


方法 2 未測試

1.安裝 epel / remi 套件資訊
# wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# wget http://rpms.famillecollet.com/el5.i386/remi-release-5-7.el5.remi.noarch.rpm
# rpm -ihv *-release-5*.rpm

2.指定 remi 套件組,更新 PHP / Mysql
# yum --enablerepo=remi update php mysql

3.安裝完之後,記得重新啟動 httpd 與 mysqld 服務
# service httpd restart
# service mysqld restart

4.確認版本是否已升級
# php -v


相關網址

http://tangyou.me/centos-the-yum-install-php-5-2.html

http://addichen.blogspot.tw/2010/01/php-52centos-5x.html

http://blog.xuite.net/hsuming007/blog/42886082?ref=rel

http://jojochen.blog.ithome.com.tw/post/2529/188675

http://blog.xuite.net/yipo.lin/blog/45740579-CentOS+PHP+5.1.6+%E4%BD%BF%E7%94%A8yum%E5%8D%87%E7%B4%9A%E8%87%B35.3%E4%BB%A5%E4%B8%8A