|  | 
 |  | 
| 
 | cURL  Mailing List  Monthly Index  Single Mail curl-tracker mailing list Archives
 [ curl-Bugs-1547346 ] curl_exec return true with curl_copyhandle
From: SourceForge.net <noreply_at_sourceforge.net>
 Date: Sun, 27 Aug 2006 11:06:33 -0700 
Bugs item #1547346, was opened at 2006-08-27 02:04
 Please note that this message will contain a full copy of the comment thread,
 Initial Comment:
 curl_exec will always return true if the handle have
 Repro code:
 <?php
 // Creating default Curl Handler
 // Setting some options
 $ch2 = curl_copy_handle($ch_default);
 curl_setopt($ch2, CURLOPT_URL, "http://yahoo.com");
 $res = curl_exec($ch2);
 var_dump($res);
 ?>
 ----------------------------------------------------------------------
 >Comment By: Daniel Stenberg (bagder)
 Message:
 These are not libcurl functions, unless you can repeat this
 ----------------------------------------------------------------------
 You can respond by visiting: 
 These mail archives are generated by hypermail. | 
 Page updated November 12, 2010.
Page updated November 12, 2010.
web site info