summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-30 13:39:27 +0200
committerAnatol Belski <ab@php.net>2016-08-30 13:39:27 +0200
commit119744fc22a84ea7e9fb11d560483deaad3bbfe8 (patch)
tree77afdbe8b431e0b3fa46410e7d3b228bfdb04919
parent345b96c4a3f20f4237028005b8189c2ab480e467 (diff)
downloadphp-git-119744fc22a84ea7e9fb11d560483deaad3bbfe8.tar.gz
sync NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74903d780b..266bd5fc31 100644
--- a/NEWS
+++ b/NEWS
@@ -78,6 +78,8 @@ PHP NEWS
- SimpleXML:
. Fixed bug #72971 (SimpleXML isset/unset do not respect namespace). (Nikita)
+ . Fixed bug #72957 (Null coalescing operator doesn't behave as expected with
+ SimpleXMLElement). (Nikita)
- Standard:
. Fixed bug #55451 (substr_compare NULL length interpreted as 0). (Lauri