zip 1.9.0

A zip management extension


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

License: PHP-3.01

Changes

- fix some memleaks and double-free()s on error conditions (Nuno Lopes)
- Add experimental support for addGlob and addPattern. They use respectively
glob or regexp patterns to add entries. They also accept options like remove_path
, add_path or remove_all_path. See the examples addglob and addpattern.php
- requires pcre