zip

pecl install zip

A zip management extension

Zip is an extension to create, modify and read zip files.

Maintainer

  • Remi Collet (lead )
  • Pierre Joye (lead )

Details

Stars: 26
Issue openned: 5
Downloads: 9280673
1.14.0
7 years ago
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.14.0 change log


- 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)

requires:

  • php >=4.3.0
  • pearinstaller >=1.7.0