centos 5.6 升级php到5.3的方法

centos 5.6 升级php到5.3的方法

  升级很容易,先卸载 php 5.1.6

  yum remove php*

  然后安装

  yum install php53*

  就可以了