打印配置
PHP.exe -i > Info.txt
关闭 PHP 提示的方法
搜索php.ini:
error_reporting = E_ALL
改为:
error_reporting = E_ALL & ~E_NOTICE
PHP.exe -i > Info.txt
2022-11-28 08:01:27
打印配置
PHP.exe -i > Info.txt
关闭 PHP 提示的方法
搜索php.ini:
error_reporting = E_ALL
改为:
error_reporting = E_ALL & ~E_NOTICE
PHP.exe -i > Info.txt