ID:               16673
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Output Control
 Operating System: linux 2.4.18
 PHP Version:      4.2.0
 New Comment:

I guess you have some ob_flush() functions, don't you?


Previous Comments:
------------------------------------------------------------------------

[2002-04-17 18:58:31] [EMAIL PROTECTED]

i have the following code where ... represents some
echo statements but does not include any ob_xxx calls.

ob_start("func");
...
ob_end_clean();

and func is defined as:

function func ($buf) {
  error_log("got here",0);
  return $buf;
}

when this code runs i get "got here" in my error log.
i am expecting the ob_end_clean call to turn off output
buffering which includes not calling the callback I 
registered.  i am using 4.2.0rc2 currently.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16673&edit=1

Reply via email to