summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-02-03 10:09:12 +0100
committerRemi Collet <remi@php.net>2020-02-03 10:10:17 +0100
commit846e52bd45ded95ceae441efc803b19deb8249f7 (patch)
tree50b223ee21ad727b89e8fdda66f5e4b36fbb0dbd
parent3c274613dc76007f5227aa162e02d5943b683d37 (diff)
downloadphp-git-846e52bd45ded95ceae441efc803b19deb8249f7.tar.gz
NEWS
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bc617738de..36348a5b05 100644
--- a/NEWS
+++ b/NEWS
@@ -62,9 +62,11 @@ PHP NEWS
. Fixed bug #70078 (XSL callbacks with nodes as parameter leak memory). (cmb)
- Zip:
- . Add ZipArchive::CM_LZMA2 and ZipArchive::CM_XZ constants (since libzip 1.6.0). (remi)
- . Add ZipArchive::ER_* missing constants. (remi)
- . 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)
+ . Add ZipArchive::LIBZIP_VERSION constant. (Remi)
+ . Fixed bug #73119 (Wrong return for ZipArchive::addEmptyDir Method). (Remi)
23 Jan 2020, PHP 7.4.2