From: Anatol Belski Date: Thu, 22 Sep 2016 10:04:37 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.12RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adaf68c3b1202d58f9ebef5a500db6e0afc6d463;p=php update NEWS --- diff --git a/NEWS b/NEWS index e0ceab74d4..bdb50089c8 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,9 @@ PHP NEWS password_verify). (Anatol) . Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol) +- COM: + . Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol) + - Filter: . Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG_NO_PRIV_RANGE). (julien)