You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#50994 [ErrorHandler][Runtime] Don't mess with ini_set('assert.warning') (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[ErrorHandler][Runtime] Don't mess with ini_set('assert.warning')
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
From https://wiki.php.net/rfc/assert-string-eval-cleanup#assertwarning:
> As of PHP 7, this setting only has an effect if assert.exception is disabled
Commits
-------
96271b3 [Runtime][ErrorHandler] Don't mess with ini_set('assert.warning')
0 commit comments