zip 1.22.8

A zip management extension


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

License: PHP-3.01

Changes

- Fixed bug GH-19932 Memory leak in zip setEncryptionName()/setEncryptionIndex() (David Carlier)
- Fix memory leak when passing enc_method/enc_password is passed as option for ZipArchive::addGlob()/addPattern()
and with consecutive calls. (David Carlier)
- Fix crash in property existence test. (ndossche)
- Don't truncate return value of zip_fread() with user sizes. (ndossche)