summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeyur Govande <keyur@php.net>2014-07-30 18:33:19 +0000
committerKeyur Govande <keyur@php.net>2014-07-30 18:33:19 +0000
commit0a29e4731efa8d321d375a80975c24c4269aadc7 (patch)
treee0f55c68d020466f368fbc8df1adca3d5e654881
parent12b2127b72543710590887d8bcf26be9e02bcc71 (diff)
downloadphp-git-0a29e4731efa8d321d375a80975c24c4269aadc7.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9056bd5a0a..32da757bb3 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,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.4.31
- Core: