Commit 7b519dc
committed
Attempt to suppress deprecation warnings in main CLI process
The STDERR of the main process should be stable, but PHP deprecations (and their flawed
design) make it really challenging to operate with them dependant on PHP defaults.
We therefore force them to be off.
Deprecations affecting us on PHP 8.5, right now:
* revoltphp/event-loop#114
* revoltphp/event-loop#110
* symfony/symfony#617721 parent 906e838 commit 7b519dc
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments