summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeyur Govande <keyur@php.net>2014-07-30 18:36:09 +0000
committerKeyur Govande <keyur@php.net>2014-07-30 18:39:23 +0000
commit7b60430a8f05cf66877a4be732a1529d97896ec6 (patch)
tree7792cf2ec7495a2fc879a645a4e8e32a549be787
parent48cadf242ddf7cad04adb7fe3fbf71894b534955 (diff)
downloadphp-git-7b60430a8f05cf66877a4be732a1529d97896ec6.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fbf012b7b6..70df98fbaa 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ PHP NEWS
- Core:
. Fixed bug #67693 (incorrect push to the empty array) (Tjerk)
+- ODBC:
+ . Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte
+ char fields). (Keyur)
+
24 Jul 2014, PHP 5.5.15
- Core: