Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Silence E_DEPRECATED and E_USER_DEPRECATED #60779

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #60528
License MIT

This change works around php/php-src#17422

This shouldn't change much in practice because we report both not-silenced and silenced deprecations, except for the case when the native php error handler is triggered, which is what happens at this opcache stage, see php/php-src#18541 also.

@nicolas-grekas nicolas-grekas changed the title Silence E_DEPRECATED Silence E_DEPRECATED and U_USER_DEPRECATED Jun 13, 2025
@nicolas-grekas nicolas-grekas changed the title Silence E_DEPRECATED and U_USER_DEPRECATED Silence E_DEPRECATED and E_USER_DEPRECATED Jun 13, 2025
@nicolas-grekas nicolas-grekas merged commit 9a7f7a3 into symfony:6.4 Jun 13, 2025
10 of 11 checks passed
@nicolas-grekas nicolas-grekas deleted the silence-deprec branch June 19, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants