summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-06-21 17:26:45 +0800
committerXinchen Hui <laruence@gmail.com>2018-06-21 17:26:45 +0800
commite62c6e7dbeea39ad945d3f72d022c8893f45539e (patch)
tree34e00e1263d377e797ac7c69de2d192403acb5bd
parent939e1095f260a502584289e5bd6ed8c2d2cf90ce (diff)
downloadphp-git-e62c6e7dbeea39ad945d3f72d022c8893f45539e.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbf8a414eb..31589b6f11 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ PHP NEWS
. Fixed bug #76477 (Opcache causes empty return value).
(Nikita, Laruence)
+- Standard:
+ . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
+ (Laruence)
+
- ZIP:
. Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
(Dennis Birkholz, Remi)