php 安装

./configure  --prefix=/data0/webserver/php   --with-config-file-path=/data0/webserver/php/etc/   --with-mysql=/data0/webserver/mysql  --with-mysqli=/data0/webserver/mysql/bin/mysql_config --enable-fastcgi  --enable-fpm  --enable-force-cgi-redirect

你可能感兴趣的:(php安装)