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
yohgaki Thu Oct 3 09:32:02 2002 EDT
Modified files:
/php4/ext/standard basic_functions.c var.c
/php4/main output.c
Log:
Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs
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 place