summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-02 11:57:45 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-02 11:57:45 +0000
commit9f4d05acecd6e9b30b21dc23106dcd38c027f6da (patch)
tree81c10d3d23342d4cc638b9a5f9f31de0e8a973ea
parenta8955926c2da6cb225edb92236e04ff9eb7cbcfa (diff)
downloadphp-git-9f4d05acecd6e9b30b21dc23106dcd38c027f6da.tar.gz
news entry for PR #2267
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db6c8972f0..58440bc403 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #73679 (DOTNET read access violation using invalid codepage).
(Anatol)
+- DOM:
+ . Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)
+
- Mysqlnd:
. Fixed issue with decoding BIT columns when having more than one rows in the
result set. 7.0+ problem. (Andrey)