]> granicus.if.org Git - php/commit
MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the...
authorAntony Dovgal <tony2001@php.net>
Thu, 13 Jul 2006 12:00:17 +0000 (12:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 13 Jul 2006 12:00:17 +0000 (12:00 +0000)
commit4902fc6c25d91b3a97656ef84b8382d1d1da5b24
tree45d57c8c1ba5fa4fd5f0bc28fed31953f2eea67f
parent1784db8087c3bb2dcbd41eaab56c8196a8b0530f
MFH: fix #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
add tests
NEWS
ext/standard/tests/file/bug38086.phpt [new file with mode: 0644]
ext/standard/tests/file/bug38086.txt [new file with mode: 0644]
ext/standard/tests/file/stream_copy_to_stream.phpt [new file with mode: 0644]
main/streams/streams.c