ID: 11856 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-03) New Comment: fixed in cvs. Previous Comments: ------------------------------------------------------------------------ [2001-07-03 11:08:24] [EMAIL PROTECTED] Hi Sterling Hughes, the follow code from php doku doesnt work with the current cvs version: ----- $ch = curl_init ("http://www.php.net/"); $fp = fopen ("php_homepage.txt", "w"); curl_setopt ($ch, CURLOPT_FILE, $fp); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); fclose ($fp); ----- ... produce an output like "HTTP/1.1 200 OK" !without! any print or echo and the file php_homepage.txt is empty. I think it's a problem with "CURLOPT_WRITEHEADER", because if i set this option, the script work fine. my config: "libcurl 7.8 (OpenSSL 0.9.6a) (ipv6 enabled)" Regards, -- Steve Alberty ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=11856&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]