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: