ID:               11908
 Comment by:       lesbian-gallery1618 at hotmail dot com
 Reported By:      alberty at neptunlabs dot de
 Status:           Closed
 Bug Type:         cURL related
 Operating System: i686-pc-linux-gnu
 PHP Version:      4.0 Latest CVS (2001-07-05)
 New Comment:

<a href=http://lesbian-footing-ga.da.ru>lesbian gallery</a>


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

[2001-07-30 17:08:04] [EMAIL PROTECTED]

close, sorry guys, its been awhile.

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

[2001-07-30 17:07:44] [EMAIL PROTECTED]

CURLOPT_BINARYTRANSFER is only for use with
CURLOPT_RETURNTRANSFER.

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

[2001-07-05 10:36:13] alberty at neptunlabs dot de

Hi,


the code:

----
$ch = curl_init ("http://www.php.net/";);
$fp = fopen ("php_homepage.txt", "w");

for ($str["field1"]="",$i=0;$i<256;$i++,$str["field1"].=chr($i)){}

curl_setopt ($ch, CURLOPT_POSTFIELDS, $str);

curl_setopt ($ch, CURLOPT_FILE, $fp);
curl_setopt ($ch, CURLOPT_HEADER, 1);
//curl_setopt ($ch, CURLOPT_BINARYTRANSFER, 1);
curl_exec ($ch);
curl_close ($ch);
fclose ($fp);
-----

are not binary safe.

if the CURLOPT_BINARYTRANSFER set to "1",
cURL results:
"Warning: Cannot call the CURLOPT_WRITEFUNCTION"

Regards,

-- 
Steve

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


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

Reply via email to