From abfe5ffdedd750e89b8a709b6e49d02fa465067d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 29 Feb 2024 18:21:03 +0100 Subject: [PATCH] [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. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 18ebec1081f..503c841e655 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ PHP NEWS - PDO: . Fix various PDORow bugs. (Girgias) +- Random: + . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with + unknown modes). (timwolla) + - SPL: . Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized 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 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: . Fixed array key as hash to string (case insensitive) comparison typo for the second operand buffer size (albeit unused for now). (A. Slepykh)