mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
a36b8fdc94
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