summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeyur Govande <keyur@php.net>2014-10-07 21:22:54 +0000
committerKeyur Govande <keyur@php.net>2014-10-07 21:22:54 +0000
commit3bd8ac67104a8a794f54dcc259bbdf1e4f9d62c4 (patch)
tree75df287abbd584149843cc260ebd39b4fe8cefec
parent92f108801e89e4080f8985f0f09f6e7b35397065 (diff)
downloadphp-git-3bd8ac67104a8a794f54dcc259bbdf1e4f9d62c4.tar.gz
Add to NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2a84a952e..0418d85511 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP NEWS
. Fixed bug #68114 (linker error on some OS X machines with fixed width
decimal support) (Keyur Govande)
+- ODBC:
+ . Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
+ a VARCHAR column) (Keyur Govande)
+
02 Oct 2014, PHP 5.6.1
- Core: