Skip to content

Commit

Permalink
Merge branch '6.2' into 6.3
Browse files Browse the repository at this point in the history
* 6.2:
  [Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
  [DependencyInjection] Fix fetching lazy non-shared services multiple times
  • Loading branch information
nicolas-grekas committed Jul 16, 2023
2 parents 8e83b5d + ed451a8 commit d5c0949
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 d5c0949

Please sign in to comment.