diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index 1998abe8..496c4d8a 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -35,7 +35,7 @@ class ErrorHandler extends Component implements ErrorInterface */ public function register() { - ini_set('display_errors', '0'); +// ini_set('display_errors', '1'); set_exception_handler([$this, 'exceptionHandler']); if (defined('HHVM_VERSION')) { set_error_handler([$this, 'errorHandler']);