zip 1.3.0

A zip management extension


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

License: PHP-3.01

Changes

- Fix possible leak with __set/__get in classes extending the Zip
intern object (tony2001[at]php.net)
- Added getFromName(), return the contents of an entry using its name
- Added getFromIndex(), return the contents of an entry using its index