mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
This happens because there are no checks in php_stream_fill_read_buffer calls. This should not fail always but only on fatal error so special flag is needed for that. Closes GH-18778