Skip to content

Commit

Permalink
[Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jul 16, 2023
1 parent 03e9c5d commit 4659b55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Internal/BasicErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public static function register(bool $debug): void
if (0 <= \ini_get('zend.assertions')) {
ini_set('zend.assertions', 1);
ini_set('assert.active', $debug);
ini_set('assert.warning', 0);
ini_set('assert.exception', 1);
}

Expand Down

0 comments on commit 4659b55

Please sign in to comment.