|
|
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: Sat, 26 Aug 2006 17:04:00 -0700
Bugs item #1547346, was opened at 2006-08-27 00: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);
?>
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info