Skip to content

Commit ed451a8

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
2 parents 2b53e6e + 4659b55 commit ed451a8

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)