zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Tar decompress works even if archive is not provided #92

Closed michalbundyra closed 5 years ago

michalbundyra commented 5 years ago

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