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 c6ee454 commit be46f79Copy full SHA for be46f79
NEWS
@@ -35,8 +35,10 @@ PHP NEWS
35
generating uniform integers within a given range). (timwolla)
36
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
37
call twice) (zeriyoshi)
38
- . Change Mt19937 to throw a ValueError instead of InvalidArgumentException
+ . Changed Mt19937 to throw a ValueError instead of InvalidArgumentException
39
for invalid $mode. (timwolla)
40
+ . Removed redundant RuntimeExceptions from Randomizer methods. The
41
+ exceptions thrown by the engines will be exposed directly. (timwolla)
42
43
- Sockets:
44
. Added SOL_FILTER socket option for Solaris. (David Carlier)
0 commit comments