]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Fri, 19 Jun 2015 10:48:14 +0000 (12:48 +0200)
committerAnatol Belski <ab@php.net>
Fri, 19 Jun 2015 10:48:14 +0000 (12:48 +0200)
NEWS

diff --git a/NEWS b/NEWS
index de38b7fe00f007fac3420de9741cec5580bb18b4..76bd388177c23291573248a6f79cc1ce6906a862 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP                                                                        NEWS
   . Fixes bug #69835 (phpinfo() does not report many Windows SKUs).
     (Christian Wenz)
 
+- DOM:
+  . Fixed bug #69846 (Segmenation fault (access violation) when iterating over
+    DOMNodeList). (Anatol Belski)
+
 - GD:
   . Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)