File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ PHP 8.0 UPGRADE NOTES
437
437
RFC: https://wiki.php.net/rfc/dom_living_standard_api
438
438
439
439
- Zip:
440
- . Extension updated to version 1.18.1
440
+ . Extension updated to version 1.18.2
441
441
. New ZipArchive::lastId property to get index value of last added entry.
442
442
. Error can be checked after an archive is closed using ZipArchive::status,
443
443
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
31
31
#define ZIP_OVERWRITE ZIP_TRUNCATE
32
32
#endif
33
33
34
- #define PHP_ZIP_VERSION "1.18.1 "
34
+ #define PHP_ZIP_VERSION "1.18.2 "
35
35
36
36
#define ZIP_OPENBASEDIR_CHECKPATH (filename ) php_check_open_basedir(filename)
37
37
You can’t perform that action at this time.
0 commit comments