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
时间: 2025-01-02 02:54:50
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