]> granicus.if.org Git - php/commit
Let stream_copy_to_stream() accept either stream resource or filename/url string...
authorSara Golemon <pollita@php.net>
Sat, 19 Apr 2003 02:47:16 +0000 (02:47 +0000)
committerSara Golemon <pollita@php.net>
Sat, 19 Apr 2003 02:47:16 +0000 (02:47 +0000)
commit6dde464ce77d10b94e60e9889d6ebd8b27b2b27c
tree39f912ad97b0581dacb5c543f54dd719f91a22a7
parent1b3467e72d45040528454a50d573708eba384905
Let stream_copy_to_stream() accept either stream resource or filename/url string.  If filename, open the file, do the copy, then close it.
ext/standard/streamsfuncs.c