ty9919 发表于 2018-11-20 11:46:00

查看 PHP apache nginx mysql 是如何编译的

查看nginx编译参数:/usr/local/nginx/sbin/nginx -V
查看apache编译参数:cat /usr/local//build/config.nice
查看mysql编译参数:cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
查看php编译参数:/usr/local/php/bin/php -i | grep configure  




页: [1]
查看完整版本: 查看 PHP apache nginx mysql 是如何编译的