Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Notice: ob_end_flush() failed to delete buffer zlib output compression #70

Open
johanjanssens opened this issue Apr 28, 2016 · 2 comments · May be fixed by #72
Open

Notice: ob_end_flush() failed to delete buffer zlib output compression #70

johanjanssens opened this issue Apr 28, 2016 · 2 comments · May be fixed by #72
Assignees
Labels
Milestone

Comments

@johanjanssens
Copy link
Member

See: http://php.net/manual/pl/function.ob-end-clean.php#103817

Take note that if you change zlib output compression setting in
between ob_start and ob_end_clean or ob_end_flush, 
you will get an error:
ob_end_flush() failed to delete buffer zlib output compression
@johanjanssens johanjanssens added this to the 3.0.0-beta.2 milestone Apr 28, 2016
johanjanssens added a commit that referenced this issue Apr 28, 2016
If you change zlib output compression setting in between ob_start and ob_end_clean or ob_end_flush,
you will get a notice: "ob_end_flush() failed to delete buffer zlib output compression".
@johanjanssens johanjanssens changed the title Error: ob_end_flush() failed to delete buffer zlib output compression Notice: ob_end_flush() failed to delete buffer zlib output compression Apr 28, 2016
@johanjanssens
Copy link
Member Author

@johanjanssens johanjanssens self-assigned this May 24, 2016
@johanjanssens
Copy link
Member Author

Note: Needs to be merged to Joomlatools Framework 3.0

@amazeika amazeika modified the milestones: 3.0.0-beta.2, 3.0.0 Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants