]> granicus.if.org Git - php/commit
Fixed stream_get_contents() when using $maxlength and socket is not
authorArnaud Le Blanc <lbarnaud@php.net>
Tue, 11 Nov 2008 01:55:19 +0000 (01:55 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Tue, 11 Nov 2008 01:55:19 +0000 (01:55 +0000)
commitfc938b54c779985fb55de830c6faaf932c90797c
tree42f5e397f5f15410cc074e47de652db99e7b0f37
parent3358613c4b771f94299681ae66fe1ad175941c4b
Fixed stream_get_contents() when using $maxlength and socket is not
closed. indeyets@php.net on #46049.
ext/standard/tests/streams/stream_get_contents_002.phpt [new file with mode: 0644]
main/streams/streams.c