[PHP-DEV] implicit flush feature is fixed = CLI behavior is wrong

2002-10-03 Thread Yasuo Ohgaki
Guys, Implicit flush feature is fixed as it is supposed. I've bitten by implicit flush bugs, that tried to destroy top most buffer without proper destruction, _very_ hard. (PHP executes script multiple times due to broken memory under certain condition. I've wasted _days_ just to find what is

Re: [PHP-DEV] implicit flush feature is fixed = CLI behavior is wrong

2002-10-03 Thread Edin Kadribasic
: [PHP-DEV] implicit flush feature is fixed = CLI behavior is wrong Guys, Implicit flush feature is fixed as it is supposed. I've bitten by implicit flush bugs, that tried to destroy top most buffer without proper destruction, _very_ hard. (PHP executes script multiple times due to broken mem

Re: [PHP-DEV] implicit flush feature is fixed = CLI behavior iswrong

2002-10-03 Thread Yasuo Ohgaki
Edin Kadribasic wrote: Again, CLI does nothing but enable implicit_flush. Try enabling it in your php.ini and cgi and apache will be broken in the same way. I'll take a look at CLI SAPI, then... It may be easy to find what's wrong thanks to your example. User shouldn't enable implicit_flush

Re: [PHP-DEV] implicit flush feature is fixed = CLI behavior is

2002-10-03 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Edin Kadribasic wrote: Again, CLI does nothing but enable implicit_flush. Try enabling it in your php.ini and cgi and apache will be broken in the same way. I'll take a look at CLI SAPI, then... It may be easy to find what's wrong thanks to your example. User

Re: [PHP-DEV] implicit flush feature is fixed = CLI behavior is

2002-10-03 Thread Derick Rethans
On Thu, 3 Oct 2002, Yasuo Ohgaki wrote: Yasuo Ohgaki wrote: Edin Kadribasic wrote: Again, CLI does nothing but enable implicit_flush. Try enabling it in your php.ini and cgi and apache will be broken in the same way. I'll take a look at CLI SAPI, then... It may be easy to