summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-19 20:30:43 +0200
committerAnatol Belski <ab@php.net>2015-04-19 20:30:43 +0200
commit35baf7146656c7262914f0059a3a585ae51bb82a (patch)
treef2e0acbaab638d4fbb614bdeb0df4de99e09c44e
parenta0accfa59fa996dc69c057041c4604390d88c37f (diff)
downloadphp-git-35baf7146656c7262914f0059a3a585ae51bb82a.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8670038a8..10a598a8aa 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,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).