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

diff --git a/NEWS b/NEWS
index a315d0369e0220fa1c264f564ddeb8c18cdf63a0..daabe0175b0ee38f69c30e60dd030e8739f77a44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ PHP                                                                        NEWS
   . Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
     (jhdxr)
 
+- Standard:
+  . Fixed bug #74708 (Invalid Reflection signatures for random_bytes and
+    random_int). (Tyson Andre, Remi)
+
 - FTP:
   . Fixed bug #74598 (ftp:// wrapper ignores context arg). (Sara)