Skip to content

Commit 4659b55

Browse files
[Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
1 parent 03e9c5d commit 4659b55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Internal/BasicErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public static function register(bool $debug): void
3232
if (0 <= \ini_get('zend.assertions')) {
3333
ini_set('zend.assertions', 1);
3434
ini_set('assert.active', $debug);
35-
ini_set('assert.warning', 0);
3635
ini_set('assert.exception', 1);
3736
}
3837

0 commit comments

Comments
 (0)