tweaking the error bootstrap file.

This commit is contained in:
Taylor Otwell
2011-10-15 22:59:17 -05:00
parent 543a487bc8
commit 07f3f5d03c

View File

@@ -78,9 +78,9 @@ register_shutdown_function(function() use ($handler)
});
/**
* Set the error reporting and display levels. Since the framework
* Turn off all PHP error reporting and display. Since the framework
* will be displaying the exception messages, we don't want PHP to
* display any error information.
* display any ugly error information.
*/
error_reporting(-1);