1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 02:52:48 +02:00

news entry for PR #2267

This commit is contained in:
Joe Watkins
2017-01-02 11:57:45 +00:00
parent a8955926c2
commit 9f4d05acec

3
NEWS
View File

@@ -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)