I was a bit confused to be honest. As https://github.com/ivanlanin/pclzip is supposed to be just a clone to have it in composer there's quite a big difference between this version and the one on phpconcept. I compared the versions to bring more light into this and it looks like in the new version many whitespaces were changed, visibility like public was added, etc
Coverage decreased (-2.3%) to 86.364% when pulling abf7785706fd2b1a8fedbf4a8ec39778756ce596 on 4 into 54d8a6f83b367d1fa7823a342b154c895528f818 on master.
refs #4 this version is compatible with PHP 7. Tar still remains incompatible for now.
I took the PclZip version from https://github.com/ivanlanin/pclzip as the latest one (2.8.2) from http://www.phpconcept.net/pclzip/pclzip-downloads is not PHP 7 ready yet.
I was a bit confused to be honest. As https://github.com/ivanlanin/pclzip is supposed to be just a clone to have it in composer there's quite a big difference between this version and the one on phpconcept. I compared the versions to bring more light into this and it looks like in the new version many whitespaces were changed, visibility like
public
was added, etc