mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
[ci skip] Fix version for GH-13544 in NEWS
Apparently PHP 8.2.17 was branched off after creating the PR and before merging it, placing the NEWS in the wrong location.
This commit is contained in:
parent
e059498c04
commit
abfe5ffded
1 changed files with 4 additions and 4 deletions
8
NEWS
8
NEWS
|
@ -5,6 +5,10 @@ PHP NEWS
|
||||||
- PDO:
|
- PDO:
|
||||||
. Fix various PDORow bugs. (Girgias)
|
. Fix various PDORow bugs. (Girgias)
|
||||||
|
|
||||||
|
- Random:
|
||||||
|
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
|
||||||
|
unknown modes). (timwolla)
|
||||||
|
|
||||||
- SPL:
|
- SPL:
|
||||||
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
|
. Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized
|
||||||
in PHP 8.2.15). (nielsdos)
|
in PHP 8.2.15). (nielsdos)
|
||||||
|
@ -45,10 +49,6 @@ PHP NEWS
|
||||||
. Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute
|
. Fixed bug GH-13354 (pg_execute/pg_send_query_params/pg_send_execute
|
||||||
with null value passed by reference). (George Barbarosie)
|
with null value passed by reference). (George Barbarosie)
|
||||||
|
|
||||||
- Random:
|
|
||||||
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with
|
|
||||||
unknown modes). (timwolla)
|
|
||||||
|
|
||||||
- Standard:
|
- Standard:
|
||||||
. Fixed array key as hash to string (case insensitive) comparison typo
|
. Fixed array key as hash to string (case insensitive) comparison typo
|
||||||
for the second operand buffer size (albeit unused for now). (A. Slepykh)
|
for the second operand buffer size (albeit unused for now). (A. Slepykh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue