mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
9a460497da
- Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read). - Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented.