Skip to content

Commit

Permalink
Merge branch '5.4' into 6.2
Browse files Browse the repository at this point in the history
* 5.4:
  [Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
  • Loading branch information
nicolas-grekas committed Jul 16, 2023
2 parents 2b53e6e + 4659b55 commit ed451a8
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 ed451a8

Please sign in to comment.