php安装
1.下载
http://ca2.php.net/distributions/php-5.6.24.tar.gz
2.编译
tar -xvf php-xtar.bz2 cd php-
--with-apxs2=/usr/local/apache/bin/apxs
./configure --prefix=/usr/local/php --with-config-file-path=/etc --enable-inline-optimization --disable-debug --disable-rpath --enable-shared --enable-opcache --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gettext --enable-mbstring --with-iconv --with-mcrypt --with-mhash --with-openssl --enable-bcmath --enable-soap --with-libxml-dir --enable-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sockets --with-curl --with-zlib --enable-zip --with-bz2 --with-readline --without-sqlite3 --without-pdo-sqlite --with-pear --enable-opcache=no -with-zlib-dir=/usr/lib
3.安装
source /etc/profile
php -v
公众号请关注:侠之大者

浙公网安备 33010602011771号