Skip to content

Commit 34ff6bb

Browse files
committed
this line got accitentally dropped on merge
1 parent 6b77959 commit 34ff6bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/output.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ PHPAPI void php_output_deactivate(void)
180180
php_output_handler **handler = NULL;
181181

182182
if ((OG(flags) & PHP_OUTPUT_ACTIVATED)) {
183+
php_output_header();
183184

184185
OG(flags) ^= PHP_OUTPUT_ACTIVATED;
185186
OG(active) = NULL;

0 commit comments

Comments
 (0)