From 34ff6bbb0df152694e648161b149d41270fccdcb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 19 Feb 2015 10:50:03 +0100 Subject: this line got accitentally dropped on merge --- main/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main/output.c') diff --git a/main/output.c b/main/output.c index 64729ac4a4..22ac26a7c5 100644 --- a/main/output.c +++ b/main/output.c @@ -180,6 +180,7 @@ PHPAPI void php_output_deactivate(void) php_output_handler **handler = NULL; if ((OG(flags) & PHP_OUTPUT_ACTIVATED)) { + php_output_header(); OG(flags) ^= PHP_OUTPUT_ACTIVATED; OG(active) = NULL; -- cgit v1.2.1