summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-10-10 13:54:52 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-10-10 13:54:52 +0200
commitc8eccf84515b4e8624dbe84a85663471883d4482 (patch)
tree826ac60b3c59e48b9c1b2ab129c856f4d7e21d60
parentd1fc9b425fb8fe8eddbb166a508a72d6fc4f6115 (diff)
downloadphp-git-c8eccf84515b4e8624dbe84a85663471883d4482.tar.gz
[ci skip] Add NEWS entry for bug #75349
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eae1fa76e1..ebb6057d0b 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).