mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
further adjustments to exit; statements
force E_USER_ERROR to exit *always* - it is always a fatal error which should stop every execution happening git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8957 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3228,6 +3228,9 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
|
||||
echo '</html>';
|
||||
|
||||
exit_handler();
|
||||
|
||||
// On a fatal error (and E_USER_ERROR *is* fatal) we never want other scripts to continue and force an exit here.
|
||||
exit;
|
||||
break;
|
||||
|
||||
case E_USER_WARNING:
|
||||
|
Reference in New Issue
Block a user