From 0f7f5c2c0e616445d14b49641e85dbddcc1651e5 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 13 Nov 2000 18:54:37 +0000 Subject: - Import Jade Nicoletti's transparent gzip encoding support as an output handler. Works quite nicely! - Fix buglets in output buffering - Add output_handler INI directive --- sapi/apache/sapi_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache/sapi_apache.c') diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index e2cb151c37..f6139a9dc8 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -92,8 +92,8 @@ int apache_php_module_main(request_rec *r, int display_source_mode CLS_DC ELS_DC if (setjmp(EG(bailout))!=0) { return OK; } - php_header(); /* Make sure headers have been sent */ php_end_ob_buffers(1); + php_header(); /* Make sure headers have been sent */ return (OK); } -- cgit v1.2.1