summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-26 05:50:46 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-26 05:50:46 +0000
commita15c1990ebf0dc7929511482ef9b59bad903b0bc (patch)
treea12325759722f790290e97583a49af6e1db8333e
parent721a189742acc6fb6c2c6d98ce86eebe4e34d42a (diff)
downloadphp-git-a15c1990ebf0dc7929511482ef9b59bad903b0bc.tar.gz
[ci skip] news entry for PR #2337
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e76d75513a..686efb6643 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ PHP NEWS
(Sara)
. Fixed bug #73969 (segfault in debug_print_backtrace). (andrewnester)
+- DOM:
+ . Fixed bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes).
+ (aboks)
+
- DTrace:
. Fixed bug #73965 (DTrace reported as enabled when disabled). (Remi)