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 a6ffd8d commit fde24e4Copy full SHA for fde24e4
NEWS
@@ -26,6 +26,9 @@ PHP NEWS
26
- XML:
27
. Fixed bug #81351 (xml_parse may fail, but has no error code). (cmb, Nikita)
28
29
+- Zip:
30
+ . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
31
+
32
26 Aug 2021, PHP 8.0.10
33
34
- Core:
ext/zip/php_zip.h
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
-#define PHP_ZIP_VERSION "1.19.3"
+#define PHP_ZIP_VERSION "1.19.4"
35
36
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)
37
0 commit comments