1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00

[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 /
54e406cc50.
This commit is contained in:
Tim Düsterhus
2022-08-02 17:37:47 +02:00
parent a6922fdecd
commit 822881b6fe

5
NEWS
View File

@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.2.0beta3
- Random:
. Removed redundant RuntimeExceptions from Randomizer methods. The
exceptions thrown by the engines will be exposed directly. (timwolla)
04 Aug 2022, PHP 8.2.0beta2
@@ -56,8 +59,6 @@ PHP NEWS
for invalid $mode. (timwolla)
. Splitted Random\Randomizer::getInt() (without arguments) to
Random\Randomizer::nextInt(). (zeriyoshi)
. Removed redundant RuntimeExceptions from Randomizer methods. The
exceptions thrown by the engines will be exposed directly. (timwolla)
- Sockets:
. Added SOL_FILTER socket option for Solaris. (David Carlier)