Commit ef1f03c
committed
bug #60779 Silence E_DEPRECATED and E_USER_DEPRECATED (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
Silence E_DEPRECATED and E_USER_DEPRECATED
| 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.
Commits
-------
f21b2f4df21 Silence E_DEPRECATED and E_USER_DEPRECATED2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments