]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Sun, 19 Apr 2015 18:33:09 +0000 (20:33 +0200)
committerAnatol Belski <ab@php.net>
Sun, 19 Apr 2015 18:33:09 +0000 (20:33 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 15f332146fb60be3e69856ef1c8414d0809923c1..713f88b6da63a5f12cc214a04973d97187d619a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ PHP                                                                        NEWS
 - ODBC:
   . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
     (Anatol)
+  . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
+    incorrect result). (Anatol)
 
 - OpenSSL:
   . Fixed bug #69402 (Reading empty SSL stream hangs until timeout).