Fix content deflating for IIS HTTP responses - #71
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 ;) |
Ocramius
left a comment
There was a problem hiding this comment.
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! |
Description
Some response coming from IIS are using
gzuncompressinstead 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: