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 3c27461 commit 846e52bCopy full SHA for 846e52b
NEWS
@@ -62,9 +62,11 @@ PHP NEWS
62
. Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). (cmb)
63
64
- Zip:
65
- . Add ZipArchive::CM_LZMA2 and ZipArchive::CM_XZ constants (since libzip 1.6.0). (remi)
66
- . Add ZipArchive::ER_* missing constants. (remi)
67
- . Add ZipArchive::LIBZIP_VERSION constant. (remi)
+ . Add ZipArchive::CM_LZMA2 and ZipArchive::CM_XZ constants (since libzip 1.6.0). (Remi)
+ . Add ZipArchive::RDONLY (since libzip 1.0.0). (Remi)
+ . Add ZipArchive::ER_* missing constants. (Remi)
68
+ . Add ZipArchive::LIBZIP_VERSION constant. (Remi)
69
+ . Fixed bug #73119 (Wrong return for ZipArchive::addEmptyDir Method). (Remi)
70
71
23 Jan 2020, PHP 7.4.2
72
0 commit comments