summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-19 12:48:14 +0200
committerAnatol Belski <ab@php.net>2015-06-19 12:48:14 +0200
commitd81480693c26ebe6b7384563bc808472f9172ecd (patch)
treefa06e8466dc6bc43c516859eda07153e94d8633f
parent9649cec2a3925e3e66efbca8dfec10f923c452a2 (diff)
downloadphp-git-d81480693c26ebe6b7384563bc808472f9172ecd.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)