From 643762cd78991a191c13f68640aafe38fa20ad62 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:16:19 +0200 Subject: [PATCH] [ci skip] Move incorrectly placed NEWS items to the right place --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ac4460a55e0..5fbbf907339 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.2.22 +- Core: + . Fixed bug GH-13922 (Fixed support for systems with + sysconf(_SC_GETPW_R_SIZE_MAX) == -1). (Arnaud) + . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud) + - Phar: . Fixed bug GH-14603 (null string from zip entry). (David Carlier) @@ -25,9 +30,6 @@ PHP NEWS calls destructor). (Girgias) . Fixed bug GH-14549 (Incompatible function pointer type for fclose). (Ryan Carsten Schmidt) - . Fixed bug GH-13922 (Fixed support for systems with - sysconf(_SC_GETPW_R_SIZE_MAX) == -1). (Arnaud) - . Fixed bug GH-14626 (Fix is_zend_ptr() for huge blocks). (Arnaud) - BCMatch: . Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias)