summaryrefslogtreecommitdiff
path: root/main/output.c
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2015-02-19 10:50:03 +0100
committerMichael Wallner <mike@php.net>2015-02-19 10:50:03 +0100
commit34ff6bbb0df152694e648161b149d41270fccdcb (patch)
tree5de8bcb0ef99ade8388f2119641bdfbbfae20cf1 /main/output.c
parent6b779596d7ece59f5cb9ec6c507ac8b1c7794270 (diff)
downloadphp-git-34ff6bbb0df152694e648161b149d41270fccdcb.tar.gz
this line got accitentally dropped on merge
Diffstat (limited to 'main/output.c')
-rw-r--r--main/output.c1
1 files changed, 1 insertions, 0 deletions
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;