查看apache编译参数
cat /usr/local/apache/build/config.nice
查看nginx编译参数
/usr/local/nginx/sbin/nginx -V
查看mysql编译参数
grep CONFIGURE_LINE /usr/local/mysql/bin/mysqlbug
查看php编译参数
/usr/local/php/bin/php -i | grep configure
It is not safe to rely on the system解决方法:
在php.ini里设置date.timezone = Asia/Shanghai
时间: 2024-11-08 18:05:07