]> granicus.if.org Git - php/commitdiff
Legacy code removed.
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 7 Feb 2002 02:50:28 +0000 (02:50 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 7 Feb 2002 02:50:28 +0000 (02:50 +0000)
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

index d90f38d7896402c01ae7ac8564051d2a0db22754..46e6319ed0533a6c62c18ca485982f9da67eeb4a 100644 (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)
 {
-       php_end_ob_buffer(1, 0 TSRMLS_CC);              /* Switch out of output buffering if we're in it */
        OG(implicit_flush)=1;
 }
 /* }}} */