]> granicus.if.org Git - php/commit
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
authorRasmus Lerdorf <rasmus@php.net>
Tue, 9 Mar 2004 17:06:53 +0000 (17:06 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 9 Mar 2004 17:06:53 +0000 (17:06 +0000)
commit89eaec22b5f2005c62461b17db3ff0ef3642f25a
treef18ccb8640a949d9c7ca9c3d7ca821d127dc30fa
parenta99c6916f32f8fb9ec76c01041c56c46bbc52a92
Make curl_setopt($ch,CURLOPT_RETURNTRANSFER,0) reset the RETURNTRANSFER to
stdout as is implied in the documentation.  Currently it simply does
absolutely nothing and there is no way to reset it to stdout.
ext/curl/curl.c