输入banner图图片脚本导航/分类

centos65installphp569

yum -y install gcc gcc-c++ libxml2 libxml2-devel
wget http://mirrors.sohu.com/php/php-5.6.9.tar.gz
gunzip php-5.6.9.tar.gztar xvf php-5.6.9.tar./configure --enable-fpm --enable-mbstring
make && make install

以上就介绍了centos 65 install php569,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。