summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-07-14 17:07:06 -0700
committerStanislav Malyshev <stas@php.net>2013-07-14 17:07:06 -0700
commita51b50000d5f349aa52abed3100848f658f1995c (patch)
tree480d27ab12a675a263de24fc825309ef013299c2
parentf4b9b20b354c059d7246a250953e73365558f5e6 (diff)
downloadphp-git-a51b50000d5f349aa52abed3100848f658f1995c.tar.gz
add news for bug #65219
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 763e08d3dd..2ff16758b9 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,10 @@ PHP NEWS
. Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
(Chris Jones)
+-PDO_dblib:
+ . Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)).
+ (Stanley Sufficool)
+
- PDO_pgsql:
. Fixed meta data retrieve when OID is larger than 2^31. (Yasuo)