From a64cdd63f3e5c54dd894249dec8c524a62dd9032 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 12 Jul 2025 10:03:30 +0200 Subject: [PATCH] [ci skip] Update credits in NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 97144036d35..b12686c5d3c 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ PHP NEWS ?? ??? ????, PHP 8.5.0alpha2 - Core: - . Fix OSS-Fuzz #427814452 (pipe compilation fails with assert). (nielsdos) + . Fix OSS-Fuzz #427814452 (pipe compilation fails with assert). + (nielsdos, ilutov) - DOM: . Make cloning DOM node lists, maps, and collections fail. (nielsdos)