linux下开启PHP 报错

1. 路径 :/etc/php5/apache2/php.ini

2. 搜索并修改下行,把Off值改成On

display_errors = Off

3. 搜索下行

error_reporting = E_ALL & ~E_NOTICE

或者搜索:

error_reporting = E_ALL & ~E_DEPRECATED

修改为

error_reporting = E_ALL | E_STRICT

posted @ 2012-08-25 16:32  为了这有限的生命  阅读(3972)  评论(0编辑  收藏  举报