centos6.5 安装php

使用yum安装

yum list php*  // 查看当前yum源中是否有想要的php版本

 

如果已经安装php 需要升级

yum remove php*   //移除已存在的

  

 

yum进行换源

wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm  
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm  
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm  

  

yum list php55w  查看版本5.5

yum list php56w  查看版本5.6

如果有需要安装的版本

yum list installed | grep php  

  

安装

yum install php55w  (php55w为5.5版本,php56w为5.6) 

  

 

posted @ 2018-01-17 09:57  leisir  阅读(122)  评论(0编辑  收藏  举报