Skip to content

Commit 822881b

Browse files
committed
[ci skip] Move the removal of the RuntimeException in ext/random to Beta 3
Didn't realize that Beta 2 was tagged before merging GH-9211 / 54e406c.
1 parent a6922fd commit 822881b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 8.2.0beta3
44

5+
- Random:
6+
. Removed redundant RuntimeExceptions from Randomizer methods. The
7+
exceptions thrown by the engines will be exposed directly. (timwolla)
58

69
04 Aug 2022, PHP 8.2.0beta2
710

@@ -56,8 +59,6 @@ PHP NEWS
5659
for invalid $mode. (timwolla)
5760
. Splitted Random\Randomizer::getInt() (without arguments) to
5861
Random\Randomizer::nextInt(). (zeriyoshi)
59-
. Removed redundant RuntimeExceptions from Randomizer methods. The
60-
exceptions thrown by the engines will be exposed directly. (timwolla)
6162

6263
- Sockets:
6364
. Added SOL_FILTER socket option for Solaris. (David Carlier)

0 commit comments

Comments
 (0)