# yum update php
とやっても、5.1.6にしかバージョンが上がらない。
しかし、”c5-testing”というレポジトリを登録することで5.2以上にアップデート
できるようです。
手順は以下!
# cd /etc/yum.repos.d
# wget http://dev.centos.org/centos/5/CentOS-Testing.repo
# yum –enablerepo=c5-testing update php
apacheにも認識させるには
# /etc/init.d/httpd restart
以上!/