]> granicus.if.org Git - php/commit
Fixed broken code by Derick.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 3 Oct 2002 13:32:01 +0000 (13:32 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 3 Oct 2002 13:32:01 +0000 (13:32 +0000)
commit39b0eb9b2219f3e1c5291f922ead1bb61b41c22e
treebd2ce03c77ac9c342ed4dc6bc45e1f9297755ac3
parent76a104feb89c79fd5082ea820e2aa646446b37d2
Fixed broken code by Derick.
ob_implicit_flush() and ob_flush_all() are stopped working.
var_dump() and hightlisht_string() outputs buffer contents wrongly
with ob_implicit_flush().

Everyone should be happy now.
It was only OG(implicit_flush) interpretation issue after all.
ext/standard/basic_functions.c
ext/standard/var.c
main/output.c