this line got accitentally dropped on merge
authorMichael Wallner <mike@php.net>
Thu, 19 Feb 2015 09:50:03 +0000 (10:50 +0100)
committerMichael Wallner <mike@php.net>
Thu, 19 Feb 2015 09:50:03 +0000 (10:50 +0100)
main/output.c

index 64729ac4a49c23a566c5fc0a52a48f4782fd65d3..22ac26a7c58b33bd5ad20d3028bac7c17deac580 100644 (file)
@@ -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;