Path to this page:
Subject: CVS commit: pkgsrc/archivers/php-pecl-zip
From: Takahiro Kambe
Date: 2023-07-19 16:51:39
Message id: 20230719145140.04F4EFBDC@cvs.NetBSD.org
Log Message:
archivers/php-pecl-zip: update to 1.22.1
1.22.0 (2023-06-27)
* compatibility with 8.3
* add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED) with libzip >=
1.10.0
* add new archive global flags (ER_AFL_*) with libzip >= 1.10.0
* add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods
1.22.1 (2023-06-29)
* add more tests
* ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed in a
future version of libzip
* add ZipArchive::FL_OPEN_FILE_NOW to open the file when added instead of
waiting for archive to be closed
Files: