mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
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:
parent
6b9790f631
commit
88e3aa7af6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue