MFH: Improved / fixed output buffering (Michael Wallner)

This commit is contained in:
Jani Taskinen 2010-03-11 10:24:29 +00:00
parent f60946eb54
commit 06f072cb5e
108 changed files with 4197 additions and 3491 deletions

View file

@ -91,7 +91,7 @@ PHP_FUNCTION(virtual)
}
/* Flush everything. */
php_end_ob_buffers(1 TSRMLS_CC);
php_output_end_all(TSRMLS_C);
php_header(TSRMLS_C);
/* Ensure that the ap_r* layer for the main request is flushed, to