From 4ae9ecbb9015f5ad38e58bb0c4823316b0f11f93 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 17 Mar 2015 19:48:55 +0100 Subject: [PATCH] updated NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9cee40fe39a..e1f213cd091 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ . Removed obsolete extensions and SAPIs. See the full list in UPGRADING. (Anatol) . Added NULL byte protection to exec, system and passthru. (Yasuo) . Added error_clear_last() function. (Reeze Xia) + . Fixed bug #68797 (Number 2.2250738585072012e-308 converted incorrectly). + (Anatol) - Curl: . Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)