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 6006ed0 commit 2113833Copy full SHA for 2113833
UPGRADING
@@ -201,6 +201,10 @@ PHP 8.2 UPGRADE NOTES
201
dba_fetch(string|array $key, $skip, $dba): string|false
202
is still accepted, but it is recommended to use the new standard variant.
203
204
+- Random
205
+ . random_bytes() and random_int() now throw \Random\RandomException on CSPRNG failure.
206
+ Previously a plain \Exception was thrown.
207
+
208
- SPL
209
. The $iterator parameter of iterator_to_array() and iterator_count() is
210
widened to iterable from Iterator, allowing arrays to be passed.
0 commit comments