summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-07-20 16:13:21 +0800
committerXinchen Hui <laruence@gmail.com>2016-07-20 16:13:21 +0800
commit07b869f367da4ffa8689d342a0d532f614b7f78e (patch)
tree2b38fb8e67cd61e421380de9c8b35db24a68e23e
parentc35dab005c2c1048367b64acdd5e64420c34b091 (diff)
downloadphp-git-07b869f367da4ffa8689d342a0d532f614b7f78e.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b76f1b678d..30501593a4 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,10 @@ PHP NEWS
. Fixed bug #72588 (Using global var doesn't work while accessing SimpleXML
element). (Laruence)
+- Standard:
+ . Fixed bug #72622 (array_walk + array_replace_recursive create references
+ from nothing). (Laruence)
+
- Tidy:
. Implemented support for libtidy 5.0.0 and above. (Michael Orlitzky, Anatol)