ID: 21581
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
-Bug Type: Reproducible crash
+Bug Type: cURL related
Operating System: WINDOWS 2000
PHP Version: 4.3.0
New Comment:
Modified to cURL related.
Previous Comments:
------------------------------------------------------------------------
[2003-01-11 08:15:54] [EMAIL PROTECTED]
PHP 4.3.0 crash (php.exe or WEB server) when you use the example code
in PHP Manual. This bug was reported in version 4.2.3 (ID : 19301 ).
$ch = curl_init ("http://www.ebay.com");
$fp = fopen ("output/result.txt", "w");
curl_setopt ($ch, CURLOPT_FILE, $fp);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
curl_close ($ch);
fclose ($fp);
It's very easy to reproduce.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21581&edit=1