]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Tue, 13 Jun 2017 06:15:19 +0000 (08:15 +0200)
committerRemi Collet <remi@php.net>
Tue, 13 Jun 2017 06:15:19 +0000 (08:15 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f0e1afccd2d3363ee7ffb4f98bdb56c90f9eecb4..7c37c3f64b457b275e9e420ecb717643b924a282 100644 (file)
--- 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).