1、【PHP编译参数查看】

找到php编译安装目录,

cd $/path/to/php/

cd bin/

cat php-config  | grep 'configure_options'

2、【MySQL编译参数】

cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE

3、【Nginx编译参数】

./nginx -V