ID: 21581 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: WINDOWS 2000 PHP Version: 4.3.0 New Comment:
Snaps php4-win32-STABLE-200301140130.zip works fine ! Previous Comments: ------------------------------------------------------------------------ [2003-01-11 09:22:12] [EMAIL PROTECTED] Modified to cURL related. ------------------------------------------------------------------------ [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