Skip to content

Commit

Permalink
Make the output buffer removeable
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Apr 1, 2020
1 parent e7b0fc1 commit 219d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-bundle/src/Controller/InitializeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function ($buffer) use ($response) {
return '';
},
0,
PHP_OUTPUT_HANDLER_CLEANABLE
PHP_OUTPUT_HANDLER_REMOVABLE | PHP_OUTPUT_HANDLER_CLEANABLE
);

// register_shutdown_function() somehow can't handle $this
Expand Down

0 comments on commit 219d6ea

Please sign in to comment.