From: Anatol Belski Date: Mon, 16 May 2016 17:30:38 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.8RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e5ea3c305409fdda8f1f6e35a32a65a0394b72b;p=php update NEWS --- 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)