diff options
author | Keyur Govande <keyur@php.net> | 2014-10-07 21:22:54 +0000 |
---|---|---|
committer | Keyur Govande <keyur@php.net> | 2014-10-07 21:22:54 +0000 |
commit | 3bd8ac67104a8a794f54dcc259bbdf1e4f9d62c4 (patch) | |
tree | 75df287abbd584149843cc260ebd39b4fe8cefec | |
parent | 92f108801e89e4080f8985f0f09f6e7b35397065 (diff) | |
download | php-git-3bd8ac67104a8a794f54dcc259bbdf1e4f9d62c4.tar.gz |
Add to NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |