From f0c531597c8b5adb341e1f9ca50b23fa4f53b987 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Fri, 5 Sep 2025 08:23:57 +0200 Subject: [PATCH] Add NEWS missing entry --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d9682723aee..a1471f8a6e3 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,8 @@ PHP NEWS - Standard: . Fixed bug GH-16649 (UAF during array_splice). (alexandre-daubois) + . Fixed bug GH-19577 (Avoid integer overflow when using a small offset + and PHP_INT_MAX with LimitIterator). (alexandre-daubois) - Streams: . Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata().