From 88e3aa7af691e99f03679946097b86bb7c0561cf Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Thu, 7 Feb 2002 02:50:28 +0000 Subject: [PATCH] Legacy code removed. This line incorrectly removes buffer. This line was correct only when ouput.c does not support nested output buffers. Fixed bug #15178 --- main/output.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main/output.c b/main/output.c index d90f38d789..46e6319ed0 100644 --- a/main/output.c +++ b/main/output.c @@ -269,7 +269,6 @@ PHPAPI void php_end_ob_buffers(zend_bool send_buffer TSRMLS_DC) */ PHPAPI void php_start_implicit_flush(TSRMLS_D) { - php_end_ob_buffer(1, 0 TSRMLS_CC); /* Switch out of output buffering if we're in it */ OG(implicit_flush)=1; } /* }}} */ -- 2.50.1