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

[ci skip] Update NEWS for byte expansion in rand_rangeXX()

see GH-9083
see GH-9088
see GH-9056
This commit is contained in:
Tim Düsterhus
2022-07-22 18:52:47 +02:00
committed by GitHub
parent fc42098c23
commit eff9aed159

3
NEWS
View File

@@ -20,6 +20,9 @@ PHP NEWS
. Fixed bug GH-9067 (random extension is not thread safe). (cmb)
. Fixed bug GH-9055 (segmentation fault if user engine throws). (timwolla)
. Fixed bug GH-9066 (signed integer overflow). (zeriyoshi)
. Fixed bug GH-9083 (undefined behavior during shifting). (timwolla)
. Fixed bug GH-9088, GH-9056 (incorrect expansion of bytes when
generating uniform integers within a given range). (timwolla)
21 Jul 2022, PHP 8.2.0beta1