Merge branch 'bugfix/handle-recoverable-error-10361'

fixes #10361
This commit is contained in:
Eric Lippmann 2016-09-12 08:29:40 +02:00
commit 3fdba713ed
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ abstract class ApplicationBootstrap
case E_NOTICE:
case E_WARNING:
case E_STRICT:
case E_RECOVERABLE_ERROR:
throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
}
return false; // Continue with the normal error handler