From d065a2fc1baa01fa8788c9fb2811ce7707cf5088 Mon Sep 17 00:00:00 2001 From: Keyur Govande Date: Mon, 26 Jan 2015 21:29:57 +0000 Subject: [PATCH] Add NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d904fcb969a..2a25af0775b 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,12 @@ PHP NEWS . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong required_num_args). (Julien) +- Mysqli: + . Fixed bug #68114 (linker error on some OS X machines with fixed + width decimal support) (Keyur Govande) + . Fixed bug #68657 (Reading 4 byte floats with Mysqli and libmysqlclient + has rounding errors) (Keyur Govande) + 22 Jan 2015, PHP 5.5.21 - Core: