Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ob_end_clean produces errors #91

Open
trenc opened this issue Jun 9, 2023 · 1 comment
Open

ob_end_clean produces errors #91

trenc opened this issue Jun 9, 2023 · 1 comment

Comments

@trenc
Copy link

trenc commented Jun 9, 2023

Seems to be there is ob_end_clean() without an ob_start(). That results in an error throw on my PHP8.1 installation.

while (@ob_end_clean());

@Bloke
Copy link
Member

Bloke commented Jun 9, 2023

Ugh yeah that's an old construct. We need to remove the error suppression and do that properly. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants