[PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main output.c

2002-10-06 Thread Zeev Suraski
zeevSun Oct 6 08:02:54 2002 EDT Modified files: /php4/ext/standard basic_functions.c var.c /php4/main output.c Log: Revert the implicit_flush mess. Do not revert it again under any circumstances! Yasuo/anybody else - if there are issues with

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main

2002-10-04 Thread Zeev Suraski
At 18:00 03/10/2002, Yasuo Ohgaki wrote: Zeev Suraski wrote: OG(implicit_flush) != PG(implicit_flush) That's a myth. What exactly do you think is the difference between them? PG(implicit_flush) sets the value for OG(implicit_flush). It's simply the cache value for the INI directive

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main output.c /sapi/cli php_cli.c

2002-10-03 Thread Derick Rethans
derick Thu Oct 3 06:35:34 2002 EDT Modified files: /php4/main output.c /php4/ext/standard var.c basic_functions.c /php4/sapi/cli php_cli.c Log: - Revert changed to implicit_flush behavior. The new behavior was not intended in the first

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.c var.c /main

2002-10-03 Thread Yasuo Ohgaki
Zeev Suraski wrote: Yasuo, Can you explain how come the output buffering code pays any attention to implicit_flush, when I repeatedly said that output buffering and implicit_flush are COMPLETELY unrelated? This patch has nothing to do with implicit_flush ini directive. Isn't