summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-05-16 19:30:38 +0200
committerAnatol Belski <ab@php.net>2016-05-16 19:30:38 +0200
commit7e5ea3c305409fdda8f1f6e35a32a65a0394b72b (patch)
tree73e59e657819cade0529d5d287dbc3801e656d9f
parent0e21742bf8368832eab3c3d12efd763bd441b802 (diff)
downloadphp-git-7e5ea3c305409fdda8f1f6e35a32a65a0394b72b.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aada8e7e6a..c75fe55e3f 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ PHP NEWS
- Standard:
. Fixed bug #72193 (dns_get_record returns array containing elements of
type 'unknown'). (Laruence)
+ . Fixed bug #72017 (range() with float step produces unexpected result).
+ (Thomas Punt)
- XML:
. Fixed #72206 (xml_parser_create/xml_parser_free leaks mem). (Joe)