[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-20 Thread A. Chorbadjiev
Hi, php 4.1.1 + apache 1.3.22 + XP pro (don't ask why) SAPI from the standard binary distribution A good example for the problem is the phpinfo() call since it produces a relatively large page. The infinite reloading occurs only over HTTP 1.1, over HTTP 1.0 the page loads ok but the garbage data

[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-20 Thread Yasuo Ohgaki
A. Chorbadjiev wrote: > Hi, > without output buffering turned on, wheter invoked with a handler or > explicit i'm getting garbage data and/or infinite reloading of the page. It > was already reported and I think its still open (#14865). Everything is ok > if the buffer size is > 4096. It happens

[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-19 Thread A. Chorbadjiev
Hi, without output buffering turned on, wheter invoked with a handler or explicit i'm getting garbage data and/or infinite reloading of the page. It was already reported and I think its still open (#14865). Everything is ok if the buffer size is > 4096. It happens only on XP (in my case). Asen C

[PHP-DEV] Re: Output Buffer - Bug #15613

2002-02-19 Thread Yasuo Ohgaki
Wez Furlong wrote: > Hey, > > Can someone who knows the output buffer code take a look at this bug? > I only got involved just in case it was an abvious mistake, but it doesn't > look like it and I'm not yet an output buffer guru. > > It seems odd that it works OK under NT but not under XP, so p