From: Yasuo Ohgaki Date: Thu, 7 Feb 2002 02:50:28 +0000 (+0000) Subject: Legacy code removed. X-Git-Tag: php-4.2.0RC1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88e3aa7af691e99f03679946097b86bb7c0561cf;p=php 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 --- 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; } /* }}} */