RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Mike Robinson
. 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

RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Wez Furlong
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

RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Wez Furlong
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

RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Mike Robinson
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)); >

[PHP-DEV] Streams Problems

2002-10-12 Thread Ilia A.
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