]> granicus.if.org Git - php/commit
@- fgets($fp) (with no length parameter) now uses a buffer as long as the
authorWez Furlong <wez@php.net>
Mon, 14 Oct 2002 02:28:35 +0000 (02:28 +0000)
committerWez Furlong <wez@php.net>
Mon, 14 Oct 2002 02:28:35 +0000 (02:28 +0000)
commit86e60a2d7ac3b19c1b27523f647575d45bbfc692
tree7e3cc8ffc6958cae8d6f5b229ce82cc7c6c3d3c2
parent39f8d4c9715271a854650b2486936a1cc3eb19f8
@- fgets($fp) (with no length parameter) now uses a buffer as long as the
@  the next line available from the $fp. Previously, there was a 1KB limit.
@  (Wez)
ext/standard/file.c
main/streams.c