Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Tar decompress works even if archive is not provided #92

Merged
merged 1 commit into from
Aug 18, 2019
Merged

Tar decompress works even if archive is not provided #92

merged 1 commit into from
Aug 18, 2019

Conversation

michalbundyra
Copy link
Member

@michalbundyra michalbundyra commented Aug 17, 2019

We do not need provide archive on initialisation Tar object, as we can
provide link to the file to decompress directly in filter method.

Fixes #41

  • Are you fixing a bug?
    • Detail how the bug is invoked currently.
    • Detail the original, incorrect behavior.
    • Detail the new, expected behavior.
    • Base your feature on the master branch, and submit against that branch.
    • Add a regression test that demonstrates the bug, and proves the fix.
    • Add a CHANGELOG.md entry for the fix.

We do not need provide archive on initialisation Tar object, as we can
provide link to the file to decompress directly in filter method.

Fixes #41
@michalbundyra michalbundyra added this to the 2.9.2 milestone Aug 17, 2019
@michalbundyra michalbundyra merged commit ac70c53 into zendframework:master Aug 18, 2019
michalbundyra added a commit that referenced this pull request Aug 18, 2019
Tar decompress works even if archive is not provided
michalbundyra added a commit that referenced this pull request Aug 18, 2019
michalbundyra added a commit that referenced this pull request Aug 18, 2019
@michalbundyra michalbundyra deleted the hotfix/tar-decompress branch August 18, 2019 19:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zend\Filter\Compress\Tar decompress
1 participant