* implement new output API, fixing some bugs and implementing some feature

requests--let's see what I can dig out of the bugtracker for NEWS--
  and while crossing the road:
   * implemented new zlib API
   * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.
This commit is contained in:
Michael Wallner 2010-05-31 10:29:43 +00:00
parent 27299b7e40
commit 11d24c1593
85 changed files with 3561 additions and 2701 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