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

[ci skip] Fix version of NEWS entry

see 133b9b08da
This commit is contained in:
Tim Düsterhus
2022-07-22 09:06:12 +02:00
committed by GitHub
parent 133b9b08da
commit c5f9b2f292

2
NEWS
View File

@@ -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