projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b77959
)
this line got accitentally dropped on merge
author
Michael Wallner
<mike@php.net>
Thu, 19 Feb 2015 09:50:03 +0000
(10:50 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 19 Feb 2015 09:50:03 +0000
(10:50 +0100)
main/output.c
patch
|
blob
|
history
diff --git
a/main/output.c
b/main/output.c
index 64729ac4a49c23a566c5fc0a52a48f4782fd65d3..22ac26a7c58b33bd5ad20d3028bac7c17deac580 100644
(file)
--- 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;