zip 1.1.0

A zip management extension


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

License: PHP-3.01

Changes

- replace the old zip extensions
* 100% compatible with the old API
* added zip creation support (write mode)
* added OO interface
* Stream support, getStream method
returns a file handler
- bundled libzip and drop zzlib usage
(see http://www.nih.at/libzip/)