mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- new output control code
# scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests
This commit is contained in:
parent
653007cea0
commit
4ce0141713
42 changed files with 2544 additions and 1592 deletions
|
@ -315,7 +315,7 @@ static void php_apache_request_shutdown(void *dummy)
|
|||
{
|
||||
TSRMLS_FETCH();
|
||||
|
||||
php_output_set_status(0 TSRMLS_CC);
|
||||
php_output_set_status(PHP_OUTPUT_DISABLED);
|
||||
if (AP(in_request)) {
|
||||
AP(in_request) = 0;
|
||||
php_request_shutdown(dummy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue