ID:               47674
 Updated by:       j...@php.net
 Reported By:      phpbugs at rizzt dot kicks-ass dot org
-Status:           Open
+Status:           Bogus
 Bug Type:         cURL related
 Operating System: linux
 PHP Version:      5.2.9
 New Comment:

Resubmitting same bug twice still does not make it PHP bug.
It still does not crash for me with that script of yours.


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

[2009-03-16 13:04:09] phpbugs at rizzt dot kicks-ass dot org

Description:
------------
I was able to reproduce the crash described in http://bugs.php.net/?
id=47616

Reproduce code:
---------------
<?php
$var = 60;
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $var);
echo "done\n";
?>



Expected result:
----------------
done

Actual result:
--------------
Segmentation fault






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


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

Reply via email to