We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6922fd commit 822881bCopy full SHA for 822881b
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.0beta3
4
5
+- Random:
6
+ . Removed redundant RuntimeExceptions from Randomizer methods. The
7
+ exceptions thrown by the engines will be exposed directly. (timwolla)
8
9
04 Aug 2022, PHP 8.2.0beta2
10
@@ -56,8 +59,6 @@ PHP NEWS
56
59
for invalid $mode. (timwolla)
57
60
. Splitted Random\Randomizer::getInt() (without arguments) to
58
61
Random\Randomizer::nextInt(). (zeriyoshi)
- . Removed redundant RuntimeExceptions from Randomizer methods. The
- exceptions thrown by the engines will be exposed directly. (timwolla)
62
63
- Sockets:
64
. Added SOL_FILTER socket option for Solaris. (David Carlier)
0 commit comments