diff options
Diffstat (limited to 'sapi/apache/sapi_apache.c')
| -rw-r--r-- | sapi/apache/sapi_apache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
