]> granicus.if.org Git - php/commit
- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 11 Dec 2011 21:08:15 +0000 (21:08 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 11 Dec 2011 21:08:15 +0000 (21:08 +0000)
commit74d2b2f0bda5ec7b20002f9bf85b64d1e4244175
tree528065b970ceed31bce9a16f35b35f9dd179feb4
parentc55f9258b9b971f990e4dd247e0374b7808d5009
- Fixed bug #60455: stream_get_line misbehaves if EOF is not detected together
  with the last read.
NEWS
ext/standard/tests/streams/bug60455_01.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_02.phpt [new file with mode: 0644]
ext/standard/tests/streams/bug60455_03.phpt [new file with mode: 0644]
main/streams/streams.c