-
-
Notifications
You must be signed in to change notification settings - Fork 32
Fix content deflating for IIS HTTP responses #71
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
Conversation
@blat |
PHP7 is not supported by 2.17.x release. |
Why? PHP 7 is dead. |
Yes, I know PHP7 will be EOL at the end of the month. I'm current working on this upgrade ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor adjustments needed.
@froschdesign I'd be OK with merging this to an old-stable, as an exception: the contributor has put time to fix in it, and the merge-up should be straightforward too. WDYT?
I agree with that. 👍🏻 |
I've updated with the smaller example I was able to found. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @blat! Releasing now :)
Description
Some response coming from IIS are using
gzuncompress
instead ofgzinflate
.Note: This fix was already fixed 10 years ago on ZF1 zendframework/zf1@1e158aa but this this was not ported in ZF2.
See: https://framework.zend.com/issues/browse/ZF-12457.html
To reproduce:
Current result: