From: Anatol Belski Date: Fri, 19 Jun 2015 10:48:14 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.0.0alpha2~2^2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d81480693c26ebe6b7384563bc808472f9172ecd;p=php updated NEWS --- diff --git a/NEWS b/NEWS index de38b7fe00..76bd388177 100644 --- 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)