From c8eccf84515b4e8624dbe84a85663471883d4482 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 10 Oct 2017 13:54:52 +0200 Subject: [PATCH] [ci skip] Add NEWS entry for bug #75349 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index eae1fa76e16..ebb6057d0b3 100644 --- a/NEWS +++ b/NEWS @@ -84,6 +84,7 @@ PHP NEWS . Fixed bug #74947 (Segfault in scanner on INF number). (Laruence) . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob) . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea) + . Fixed bug #75349 (NAN comparison). (Sara) - cURL: . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).