.
Regards
Mike Robinson
> -Original Message-
> From: Ilia A. [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 11, 2002 10:11 PM
> To: [EMAIL PROTECTED]; Wez Furlong
> Subject: [PHP-DEV] Streams Problems
>
>
> There are 3 streams related problems I've come ac
n/slash.php on line 2
>
> Regards
> Mike Robinson
>
>
> > -Original Message-
> > From: Wez Furlong [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, October 12, 2002 1:40 PM
> > To: Mike Robinson
> > Cc: [EMAIL PROTECTED]; 'We
Works for me using latest CVS.
http://site.that.redirects";, "r");
fpassthru($fp);
var_dump(stream_get_meta_data($fp));
?>
The var_dump shows that PHP is following the redirects.
There used to be a bug like that, but it's been fixed for a couple
of weeks now.
How about posting a script th
on
> Cc: [EMAIL PROTECTED]; 'Wez Furlong'
> Subject: RE: [PHP-DEV] Streams Problems
>
>
> Works for me using latest CVS.
>
> $fp = fopen("http://site.that.redirects";, "r");
>fpassthru($fp);
>var_dump(stream_get_meta_data($fp));
>
There are 3 streams related problems I've come across today while using CVS
code. First it seems that sending of binary data in excess of 8k causes some
of the data not to be sent. This can be easily replicated with the following
test code:
According to fwrite() output all the data has been w