From: Julien Pauli Date: Fri, 8 Jul 2016 14:32:32 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.1.0beta1~142^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6725863993b4ee94a9ba4404b89fbfd8e8a63146;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 95c2217447..7282b8eef4 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ PHP NEWS with parent private method). (Pedro Magalhães) . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net) +- Filter + . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8 + range). (bugs dot php dot net at majkl578 dot cz) + - SPL: . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU)