Handle application/gzip when installing apps on PHP 7.4#37559
Handle application/gzip when installing apps on PHP 7.4#37559DeepDiver1975 merged 1 commit intomasterfrom
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
IMO a changelog is not needed. 10.5.0 has not been released yet, and this is "just" more code changes to support PHP 7.4, and there is already a changelog done for that. |
Codecov Report
@@ Coverage Diff @@
## master #37559 +/- ##
============================================
- Coverage 64.66% 64.66% -0.01%
- Complexity 19343 19345 +2
============================================
Files 1279 1279
Lines 75600 75601 +1
Branches 1333 1333
============================================
Hits 48885 48885
- Misses 26323 26324 +1
Partials 392 392
Continue to review full report at Codecov.
|
4 similar comments
Codecov Report
@@ Coverage Diff @@
## master #37559 +/- ##
============================================
- Coverage 64.66% 64.66% -0.01%
- Complexity 19343 19345 +2
============================================
Files 1279 1279
Lines 75600 75601 +1
Branches 1333 1333
============================================
Hits 48885 48885
- Misses 26323 26324 +1
Partials 392 392
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37559 +/- ##
============================================
- Coverage 64.66% 64.66% -0.01%
- Complexity 19343 19345 +2
============================================
Files 1279 1279
Lines 75600 75601 +1
Branches 1333 1333
============================================
Hits 48885 48885
- Misses 26323 26324 +1
Partials 392 392
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37559 +/- ##
============================================
- Coverage 64.66% 64.66% -0.01%
- Complexity 19343 19345 +2
============================================
Files 1279 1279
Lines 75600 75601 +1
Branches 1333 1333
============================================
Hits 48885 48885
- Misses 26323 26324 +1
Partials 392 392
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37559 +/- ##
============================================
- Coverage 64.66% 64.66% -0.01%
- Complexity 19343 19345 +2
============================================
Files 1279 1279
Lines 75600 75601 +1
Branches 1333 1333
============================================
Hits 48885 48885
- Misses 26323 26324 +1
Partials 392 392
Continue to review full report at Codecov.
|
Description
In PHP 7.4 the mime-type of a
gzipfile is nowapplication/gziprather thanapplication/x-gzip. See the issue for details.Allow
application/gzipmine-time when doingmarket:installRelated Issue
How Has This Been Tested?
Manually before:
And after the code fix:
Ack to @fmkaiser for providing the fix in the issue.
Types of changes
Checklist: