summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-19 20:33:09 +0200
committerAnatol Belski <ab@php.net>2015-04-19 20:33:09 +0200
commit160bf9c072f8db59c8412cfee9fa45faa1d7138e (patch)
treeac3692c2917cb8b317c81755fa7eb1788222abbe
parent0ec5477fbd5abe50f1fed27ca13865505473ffdf (diff)
downloadphp-git-160bf9c072f8db59c8412cfee9fa45faa1d7138e.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15f332146f..713f88b6da 100644
--- 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).