summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-20 11:16:08 +0100
committerRemi Collet <remi@php.net>2020-03-20 11:16:08 +0100
commit51c57a9c677f81bf70e64b2b10d44d04d2cdf0ea (patch)
tree7930412d457157ba5c73bec90366681c52655c98
parent8aab43c85d67fc1c1935f91bc64db800c4ef4754 (diff)
downloadphp-git-51c57a9c677f81bf70e64b2b10d44d04d2cdf0ea.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4778a5c554..5cc62b59b3 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ PHP NEWS
- Spl:
. Fixed bug #75673 (SplStack::unserialize() behavior). (cmb)
+- Zip:
+ . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi)
+
19 Mar 2020, PHP 7.3.16
- Core: