mirror of
https://github.com/php/php-src.git
synced 2026-03-30 04:02:19 +02:00
If an output handler has not yet been started, calling `ob_clean()` causes it to start. If that happens, we must not forget to set the `Content-Encoding` and `Vary` headers. Closes GH-7960.