Re: [PHP-DEV] inplicit_flush off

2002-10-22 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: Derick Rethans wrote: On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: CLI should behave like other *modern* scripting language. i.e. behave like perl, ruby, python. Currently it behaves like sh. i.e. flushing stdout for every output. Like it *should*. Please don't start agai

Re: [PHP-DEV] inplicit_flush off

2002-10-22 Thread Yasuo Ohgaki
Derick Rethans wrote: On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: CLI should behave like other *modern* scripting language. i.e. behave like perl, ruby, python. Currently it behaves like sh. i.e. flushing stdout for every output. Like it *should*. Please don't start again on this issue, it is

Re: [PHP-DEV] inplicit_flush off

2002-10-21 Thread Derick Rethans
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: > CLI should behave like other *modern* scripting > language. i.e. behave like perl, ruby, python. > > Currently it behaves like sh. > i.e. flushing stdout for every output. Like it *should*. Please don't start again on this issue, it is starting to anno

[PHP-DEV] inplicit_flush off

2002-10-21 Thread Yasuo Ohgaki
CLI should behave like other *modern* scripting language. i.e. behave like perl, ruby, python. Currently it behaves like sh. i.e. flushing stdout for every output. Comments? --- php_cli.c.~1.37.~ Wed Oct 16 06:17:34 2002 +++ php_cli.c Tue Oct 22 11:45:09 2002 @@