diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-07 02:50:28 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-02-07 02:50:28 +0000 |
commit | 88e3aa7af691e99f03679946097b86bb7c0561cf (patch) | |
tree | 82909288e0f6ac25b04a79f58f8dea268ef4e380 | |
parent | 6b9790f63197f9243b1b3eb4186c567c78135b6e (diff) | |
download | php-git-88e3aa7af691e99f03679946097b86bb7c0561cf.tar.gz |
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
-rw-r--r-- | main/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } /* }}} */ |