Package Information |
Summary |
A zip management extension |
Maintainers |
Pierre Joye (lead)
[wishlist]
[details]
Remi Collet (lead)
[details]
|
License |
PHP-3.01 |
Description |
Zip is an extension to create, modify and read zip files. |
Release notes
Version 1.14.0
(stable)
|
- Fix #70103: ZipArchive::addGlob ignores remove_all_path option (cmb) - add ZipArchive::setEncryptionName and ZipArchive::setEncryptionIndex methods available with libzip >= 1.2.0 (Remi) - add encryption_method in statIndex/statName returned array (Remi) - allow to set password in stream wrapper using context (Remi) - Fix #73803: Reflection of ZipArchive does not show public properties (Remi) - support for system libzip on Windows (Anatol) - drop bundled libzip, only support system library (Remi) |