php / web-pecl

The PECL website
http://pecl.php.net
Other
31 stars 31 forks source link

Add Extractor utility #69

Closed petk closed 5 years ago

petk commented 5 years ago

This patch adds extractor service class for retrieving file contents from the tar gzip archives (tgz). Instead of a pure PHP implementation Archive_Tar PEAR package it uses Phar and zlib extensions to retrieve contents from the phar stream.

petk commented 5 years ago

Simplification merged in master...