From c5f9b2f292099f26bf047d44d42ef881da563cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 22 Jul 2022 09:06:12 +0200 Subject: [PATCH] [ci skip] Fix version of NEWS entry see 133b9b08dacd458c28f74765c5cc19abee918c65 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 637a848f90c..31671da6dcf 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ PHP NEWS - Random: . 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) 21 Jul 2022, PHP 8.2.0beta1 @@ -62,7 +63,6 @@ PHP NEWS - Random: . Added new random extension. (Go Kudo) - . Fixed bug GH-9066 (signed integer overflow). (zeriyoshi) - SPL: . Widen iterator_to_array() and iterator_count()'s $iterator parameter to