1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[ci skip] NEWS for GH-14626

This commit is contained in:
Arnaud Le Blanc
2024-06-25 15:17:24 +02:00
parent bc57c77fa2
commit a5a75ae39d

1
NEWS
View File

@@ -28,6 +28,7 @@ PHP NEWS
(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)