diff --git a/NEWS b/NEWS index 8e9f9e82821..73fb1691c6f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.3.10 +- 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) @@ -27,9 +32,6 @@ PHP NEWS (Florian Engelhardt) . 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)