zip

A zip management extension


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

License: PHP-3.01

Latest releases

Version Release Download
1.22.6 2025-05-07 zip-1.22.6.tgz
1.22.5 2025-02-20 zip-1.22.5.tgz
1.22.4 2024-09-26 zip-1.22.4.tgz
1.22.3 2023-11-14 zip-1.22.3.tgz
1.22.2 2023-08-23 zip-1.22.2.tgz
Show all releases

Changelog

Version Message
1.22.6 - Fixed bug GH-17736 Assertion failure zend_reference_destroy (nielsdos)
- Fixed bug GH-18304 Changing the properties through dynamic properties triggers a SegFault (nielsdos)
- Fix uouv when handling empty options in ZipArchive::addGlob() (nielsdos)
- Fix memory leak when handling a too long path in ZipArchive::addGlob() (nielsdos)
- Fix GH-18431: Registering ZIP progress callback twice doesn't work (nielsdos)
- Fix GH-18438: Handling of empty data and errors in ZipArchive::addPattern (nielsdos)
- drop support for PHP 5.4 and 5.5
1.22.5 - Fix zip_entry_name() crash on invalid entry
1.22.4 - compatibility with 8.4
- add ZipArchive::ER_TRUNCATED_ZIP added in libzip 1.11
1.22.3 - fix GH-12661 (Inconsistency in ZipArchive::addGlob 'remove_path' Option Behavior)
1.22.2 - add ZipArchive::LENGTH_TO_END and ZipArchive::LENGTH_UNCHECKED constants with libzip 1.10.1
- use typed constants in 8.3
Show complete changelog