各版本的 CentOS ISO 可以到這邊下載:
包含 3.9 Server CD ,到最新的 5.5 DVD 都有。
CentOS 5 官方 yum update 只能升到 5.1.6 ,
透過下列方式,
升級到 PHP 5.2.x 。
http://www.atomicorp.com/wiki/index.php/PHP
wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh
記得備份一下 /etc/php.ini 吧!
CentOS 5.3 的 yum 升級 PHP 只能到 5.1.x,
對於有 PHP 5.2 需求的人真的很不方便,
慶幸有人已經把 CentOS 5.3 將 PHP 升級到 5.2 的 套件包 做好了,
安裝起來也很容易。
# wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.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 update php mysql
最後要升級時,
要連 mysql 和 php 一起升級,
不然會產生錯誤。