Skip to content

Commit d12b4c3

Browse files
committed
bump zip version
1 parent 7defa7e commit d12b4c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ PHP 8.0 UPGRADE NOTES
437437
RFC: https://wiki.php.net/rfc/dom_living_standard_api
438438

439439
- Zip:
440-
. Extension updated to version 1.18.1
440+
. Extension updated to version 1.18.2
441441
. New ZipArchive::lastId property to get index value of last added entry.
442442
. Error can be checked after an archive is closed using ZipArchive::status,
443443
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.

ext/zip/php_zip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
3131
#define ZIP_OVERWRITE ZIP_TRUNCATE
3232
#endif
3333

34-
#define PHP_ZIP_VERSION "1.18.1"
34+
#define PHP_ZIP_VERSION "1.18.2"
3535

3636
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
3737

0 commit comments

Comments
 (0)