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
This commit is contained in:
Yasuo Ohgaki 2002-02-07 02:50:28 +00:00
parent 6b9790f631
commit 88e3aa7af6

View file

@ -269,7 +269,6 @@ PHPAPI void php_end_ob_buffers(zend_bool send_buffer TSRMLS_DC)
*/ */
PHPAPI void php_start_implicit_flush(TSRMLS_D) 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; OG(implicit_flush)=1;
} }
/* }}} */ /* }}} */