mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
* 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:
parent
27299b7e40
commit
11d24c1593
85 changed files with 3561 additions and 2701 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue