From eff9aed1592f59cddb12d36a55dec0ccc3bbbfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 22 Jul 2022 18:52:47 +0200 Subject: [PATCH] [ci skip] Update NEWS for byte expansion in rand_rangeXX() see GH-9083 see GH-9088 see GH-9056 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 42d4da1efad..ecde7c963a6 100644 --- a/NEWS +++ b/NEWS @@ -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