ID:               36353
 Updated by:       [EMAIL PROTECTED]
 Reported By:      anton at artpromcompany dot ru
-Status:           Feedback
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: freebsd 4.11 and windows xp sp2
 PHP Version:      4.4.2
 New Comment:

`curl http://www.surclaro.com/photo2340.html` crashes either -> report
it to cURL developers, this is not PHP problem.


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

[2006-02-10 15:11:18] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

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

[2006-02-10 15:05:21] anton at artpromcompany dot ru

Description:
------------
Curl crushes when downloading some urls. 
One of them: 
http://www.surclaro.com/photo2340.html


Reproduce code:
---------------
        $url = 'http://www.surclaro.com/photo2340.html';
        $ch = curl_init($url); 
        curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,        8);
        curl_setopt($ch, CURLOPT_TIMEOUT,       30);            
        curl_exec($ch); 
        curl_close($ch);

Expected result:
----------------
html page

Actual result:
--------------
php crush


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


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

Reply via email to