From 0a29e4731efa8d321d375a80975c24c4269aadc7 Mon Sep 17 00:00:00 2001 From: Keyur Govande Date: Wed, 30 Jul 2014 18:33:19 +0000 Subject: [PATCH 1/4] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 9056bd5a0ac..32da757bb3d 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: From 752c40d2ec4781e63a12921cf61701d4387051cb Mon Sep 17 00:00:00 2001 From: Keyur Govande Date: Wed, 30 Jul 2014 18:37:25 +0000 Subject: [PATCH 2/4] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 88ebb8cd592..f21a1816b57 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS - SPL: . Revert fix for bug #67064 (BC issues). (Bob) +- ODBC: + . Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte + char fields). (Keyur) + 31 Jul 2014, PHP 5.6.0 Release Candidate 3 - Core: From 7b60430a8f05cf66877a4be732a1529d97896ec6 Mon Sep 17 00:00:00 2001 From: Keyur Govande Date: Wed, 30 Jul 2014 18:36:09 +0000 Subject: [PATCH 3/4] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index fbf012b7b62..70df98fbaa1 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: From 4383ac04a04a7da997b967ede124ca50aa0a35a4 Mon Sep 17 00:00:00 2001 From: Keyur Govande Date: Wed, 30 Jul 2014 18:48:43 +0000 Subject: [PATCH 4/4] Remove duplicate NEWS --- NEWS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NEWS b/NEWS index f21a1816b57..88ebb8cd592 100644 --- a/NEWS +++ b/NEWS @@ -13,10 +13,6 @@ PHP NEWS - SPL: . Revert fix for bug #67064 (BC issues). (Bob) -- ODBC: - . Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte - char fields). (Keyur) - 31 Jul 2014, PHP 5.6.0 Release Candidate 3 - Core: