php下载地址
http://cn2.php.net/distributions/php-5.6.12.tar.gz
安装
./configure –prefix=/usr/local/php –with-apxs2=/usr/local/apache2/bin/apxs
出现错误
configure: error: xml2-config not found. Please check your libxml2 installation.
这里我们用yum 添加依赖
yum install libxml2
yum install libxml2-devel
make && make install