We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7defa7e commit d12b4c3Copy full SHA for d12b4c3
UPGRADING
@@ -437,7 +437,7 @@ PHP 8.0 UPGRADE NOTES
437
RFC: https://wiki.php.net/rfc/dom_living_standard_api
438
439
- Zip:
440
- . Extension updated to version 1.18.1
+ . Extension updated to version 1.18.2
441
. New ZipArchive::lastId property to get index value of last added entry.
442
. Error can be checked after an archive is closed using ZipArchive::status,
443
ZipArchive::statusSys properties or ZipArchive::getStatusString() method.
ext/zip/php_zip.h
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
31
#define ZIP_OVERWRITE ZIP_TRUNCATE
32
#endif
33
34
-#define PHP_ZIP_VERSION "1.18.1"
+#define PHP_ZIP_VERSION "1.18.2"
35
36
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
37
0 commit comments