ID: 11856
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: cURL related
Operating System: i686-pc-linux-gnu
PHP Version: 4.0 Latest CVS (2001-07-03)
New Comment:

close

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

[2001-07-30 17:05:12] [EMAIL PROTECTED]

fixed in cvs.

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

[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]

Reply via email to