Skip to content

Commit 8885bad

Browse files
committed
Update NEWS
1 parent a92af01 commit 8885bad

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"spl_exceptions.h": "c",
4+
"php_string.h": "c"
5+
}
6+
}

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ PHP NEWS
2323
. Fixed bug GH-9083 (undefined behavior during shifting). (timwolla)
2424
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
2525
generating uniform integers within a given range). (timwolla)
26+
. Fixed bug GH-9089 (Fix memory leak on Randomizer::__construct()
27+
call twice) (zeriyoshi)
2628

2729
21 Jul 2022, PHP 8.2.0beta1
2830

0 commit comments

Comments
 (0)