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_gzhandler not implemented #1854

Closed
lorenzo opened this issue Feb 18, 2014 · 1 comment
Closed

ob_gzhandler not implemented #1854

lorenzo opened this issue Feb 18, 2014 · 1 comment

Comments

@lorenzo
Copy link

lorenzo commented Feb 18, 2014

As see in this failing test case, the function ob_gzhandler is missing. I think it is ok to not have it, but it should either be documented or calling ini_get("zlib.output_compression") should return 0

https://travis-ci.org/cakephp/cakephp/jobs/19096182#L424

@scannell
Copy link
Contributor

Thanks for reporting this. Feel free to submit a PR if you (or someone else reading this) gets to this before we do.

wmfgerrit pushed a commit to wikimedia/operations-mediawiki-config that referenced this issue Feb 10, 2016
Remove output buffering with compression from
docroot/noc/conf/highlight.php. HHVM doesn't implement the ob_gzhandler
function (<facebook/hhvm#1854>) and the
utility of buffering and compressing in PHP vs letting Apache handle
this is dubious.

Change-Id: I720bb618751fa45410aaf3624e2e9b0a2b8a73a6
@lorenzo lorenzo closed this as completed Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants