A zip management extension
Zip is an extension to create, modify and read zip files.
License: PHP 3.01
Version | Release | Download |
1.21.0 | 2022-06-28 | zip-1.21.0.tgz |
1.20.1 | 2022-05-02 | zip-1.20.1.tgz |
1.20.0 | 2021-10-12 | zip-1.20.0.tgz |
1.19.5 | 2021-09-27 | zip-1.19.5.tgz |
1.19.4 | 2021-09-01 | zip-1.19.4.tgz |
Version | Message |
1.21.0 |
- Fix GH-8781 #ZipArchive deletes zip file with no contents and doesn't update stat cache - implement fseek for zip stream when possible with libzip 1.9.1 - Allow 8.2 |
1.20.1 | - Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger) |
1.20.0 |
- Fix #81490 ZipArchive::extractTo() may leak memory. (cmb, Remi) - Fix #77978 Dirname ending in colon unzips to wrong dir. (cmb) - add ZipArchive::clearError() method (Remi) - add ZipArchive::getStreamName() and ZipArchive::getStreamIndex methods (Remi) |
1.19.5 | - Fix #81420 ZipArchive::extractTo extracts outside of destination (CVE-2021-21706) (cmb) |
1.19.4 | - Fix #80833 ZipArchive::getStream doesn't use setPassword |