summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)