mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
Merge branch '2.x'
This commit is contained in:
@@ -193,7 +193,7 @@ class ErrorHandler
|
|||||||
($this->previousExceptionHandler)($e);
|
($this->previousExceptionHandler)($e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!headers_sent() && !(bool) ini_get('display_errors')) {
|
if (!headers_sent() && in_array(strtolower((string) ini_get('display_errors')), ['0', '', 'false', 'off', 'none', 'no'], true)) {
|
||||||
http_response_code(500);
|
http_response_code(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user