mirror of
https://github.com/php/php-src.git
synced 2026-03-28 02:02:32 +01:00
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.