mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
077fe52d8b
I've moved EOF detection into the streams layer; a stream reader implementation should set stream->eof when it detects EOF. Fixed test for user streams - it still fails but that is due to an output buffering bug.