mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
parent
133b9b08da
commit
c5f9b2f292
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -13,6 +13,7 @@ PHP NEWS
|
||||||
- Random:
|
- Random:
|
||||||
. Fixed bug GH-9067 (random extension is not thread safe). (cmb)
|
. 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-9055 (segmentation fault if user engine throws). (timwolla)
|
||||||
|
. Fixed bug GH-9066 (signed integer overflow). (zeriyoshi)
|
||||||
|
|
||||||
21 Jul 2022, PHP 8.2.0beta1
|
21 Jul 2022, PHP 8.2.0beta1
|
||||||
|
|
||||||
|
@ -62,7 +63,6 @@ PHP NEWS
|
||||||
|
|
||||||
- Random:
|
- Random:
|
||||||
. Added new random extension. (Go Kudo)
|
. Added new random extension. (Go Kudo)
|
||||||
. Fixed bug GH-9066 (signed integer overflow). (zeriyoshi)
|
|
||||||
|
|
||||||
- SPL:
|
- SPL:
|
||||||
. Widen iterator_to_array() and iterator_count()'s $iterator parameter to
|
. Widen iterator_to_array() and iterator_count()'s $iterator parameter to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue