From 59d555cfde6cdebd3fbd9ab1131e771aa77550a8 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sun, 4 Feb 2024 16:17:36 +0000 Subject: [PATCH] [ci skip] Fix NEWS entry for GH-13315. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 0a4e03618f590..ee043d7b20939 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.2.17 -- Core: - . Fixed array key as string (case insensitive) comparison typo - for the second operand buffer size. (A. Slepykh) - - Curl: . Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh) @@ -13,6 +9,10 @@ PHP NEWS . Fixed bug #75712 (getenv in php-fpm should not read $_ENV, $_SERVER). (Jakub Zelenka) +- Standard: + . Fixed array key as hash to string (case insensitive) comparison typo + for the second operand buffer size (albeit unused for now). (A. Slepykh) + 15 Feb 2024, PHP 8.2.16 - Core: