Centos最新方法升级php版本到5.2.11
rpm –import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
yum –enablerepo=webtatic –exclude=php*5.3* list php
yum –enablerepo=webtatic –exclude=php*5.3* update -y php
按照这个步骤,都复制到以上命令到ssh里面运行一下就好了
转载请注明:苏demo的别样人生 » Centos最新方法升级php版本到5.2.11