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 a92af01 commit 8885badCopy full SHA for 8885bad
.vscode/settings.json
@@ -0,0 +1,6 @@
1
+{
2
+ "files.associations": {
3
+ "spl_exceptions.h": "c",
4
+ "php_string.h": "c"
5
+ }
6
+}
NEWS
@@ -23,6 +23,8 @@ PHP NEWS
23
. Fixed bug GH-9083 (undefined behavior during shifting). (timwolla)
24
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
25
generating uniform integers within a given range). (timwolla)
26
+ . Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
27
+ call twice) (zeriyoshi)
28
29
21 Jul 2022, PHP 8.2.0beta1
30
0 commit comments