From: Remi Collet Date: Tue, 13 Jun 2017 06:15:19 +0000 (+0200) Subject: NEWS X-Git-Tag: php-7.1.7RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=593d37376b272f990a3007957a037b57e570216e;p=php NEWS --- diff --git a/NEWS b/NEWS index f0e1afccd2..7c37c3f64b 100644 --- a/NEWS +++ b/NEWS @@ -288,6 +288,8 @@ PHP NEWS anonymous classes). (Adam Saponara) . Fixed bug #74105 (PHP on Linux should use /dev/urandom when getrandom is not available). (Benjamin Robin) + . Fixed bug #74708 (Invalid Reflection signatures for random_bytes and + random_int). (Tyson Andre, Remi) - Streams: . Fixed bug #73496 (Invalid memory access in zend_inline_hash_func).