[GIT-PULLS] [php-src] PR #23269: Fix GH-7781: CLI server prints HTML in startup warnings
[email protected] (matthiasgoergens)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23269 Author: matthiasgoergens The CLI server formats startup diagnostics with request-time HTML error formatting, so resolver warnings show `<br>` markup in the terminal. Temporarily disable html_errors while constructing the server.