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.gz
tar xvf php-5.6.9.tar
./configure --enable-fpm --enable-mbstring
make && make install
centos 6.5 install php5.6.9
最新推荐文章于 2023-02-17 10:51:23 发布