php报错配置问题
在开发的时候php.ini ,要显示所有的错误
error_reporting=E_ALL | E_STRICT
在发布的时候可以显示除了notice之外的错误,打开错误记录功能
error_reporting = E_ALL & ~E_NOTICE
log_errors = On
error_log = E:\Debug\php_errors.log
----------------
Lynx
The quieter you become,the more you are able to hear.