From: Julien Pauli Date: Mon, 5 Sep 2016 08:18:39 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.1.0RC2~56^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d185c2f13a717ba6653da4d7f8cfcfdda8ef5568;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index c38ed5d13f..70fd86b8c2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016 PHP 7.0.12 +- Filter: + . Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and + FILTER_FLAG_NO_PRIV_RANGE). (julien) + - GD: . Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette). (cmb)