打印配置

PHP.exe -i > Info.txt

 

关闭 PHP 提示的方法

搜索php.ini:

error_reporting = E_ALL

改为:

error_reporting = E_ALL & ~E_NOTICE

PHP.exe -i > Info.txt

posted on 2015-03-14 21:47  jzfan  阅读(173)  评论(0编辑  收藏  举报