summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-06-13 08:14:34 +0200
committerRemi Collet <remi@php.net>2017-06-13 08:14:34 +0200
commitaea8c6ddc18b9e44dd4baec2c6827bc08f40a0bd (patch)
tree75cc1bc9c772d8e38e00bb4d9fdc3b0a67aa99a9
parent81b2533a68ffc4fdc7ba0a4b8e516fe1a495451f (diff)
downloadphp-git-aea8c6ddc18b9e44dd4baec2c6827bc08f40a0bd.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a315d0369e..daabe0175b 100644
--- 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)