ID:               48774
 Updated by:       fel...@php.net
 Reported By:      fel...@php.net
-Status:           Open
+Status:           Closed
 Bug Type:         cURL related
 Operating System: Linux
 PHP Version:      5.3CVS-2009-07-02 (CVS)
 Assigned To:      srinatar


Previous Comments:
------------------------------------------------------------------------

[2009-07-22 13:47:58] srina...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2009-07-21 22:57:09] s...@php.net

Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=284567
Log: - Fix badly applied patch (bug #48774)

------------------------------------------------------------------------

[2009-07-21 20:32:33] s...@php.net

Automatic comment from SVN on behalf of srinatar
Revision: http://svn.php.net/viewvc/?view=revision&revision=284557
Log: - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).

------------------------------------------------------------------------

[2009-07-20 14:54:55] j...@php.net

See also bug #48965

------------------------------------------------------------------------

[2009-07-18 07:10:50] srina...@php.net

while looking into this bug, i also realized that this below test case
is also broken

less curl_copy_handle_basic_002.phpt 
...
  curl_setopt($ch, CURLOPT_POSTFIELDS,
"Hello=World&Foo=Bar&Person=John%20Doe");
  curl_setopt($ch, CURLOPT_URL, $url); //set the url we want to use
  
  $copy = curl_copy_handle($ch);
  curl_close($ch);
...

(currently, marked as expected failure..) so, i have filed a separate
bug : 48965 to track this separately

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/48774

-- 
Edit this bug report at http://bugs.php.net/?id=48774&edit=1

Reply via email to