A zip management extension
Zip is an extension to create, modify and read zip files.
License: PHP 3.01
Version | Release | Download |
1.19.2 | 2020-11-23 | zip-1.19.2.tgz |
1.19.1 | 2020-09-30 | zip-1.19.1.tgz |
1.19.0 | 2020-06-05 | zip-1.19.0.tgz |
1.18.2 | 2020-03-20 | zip-1.18.2.tgz |
1.18.1 | 2020-03-19 | zip-1.18.1.tgz |
Version | Message |
1.19.2 |
- only display libzip both headers/library versions if they differ - report about ZSTD compression availability - Raise E_WARNING on PHP related errors (PHP 8) |
1.19.1 |
- encode parameter is optional (PHP 8) - deprecate procedural API with PHP 8 - promote warning to exception (PHP 8) - Fixed bug #79678 Build fails due to undeclared ZIP_RDONLY - add ZipArchive::CM_ZSTD constant (since libzip 1.8.0) |
1.19.0 |
- add ZipArchive::EM_TRAD_PKWARE and ZipArchive::EM_UNKNOWN constants - Fix #79424 don't use gl_pathc after call to globfree (Max Rees) - add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0) - add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0) - initial PHP 8 support |
1.18.2 | - Fixed Bug #79296 ZipArchive::open fails on empty file with libzip 1.6.0. |
1.18.1 |
- Implement #77960 add compression / encryption in ZipArchive::addGlob and ZipArchive::addPattern options parameter which now accepts: comp_method, comp_flags, enc_method and enc_password |