From f4b27bdc0d1354578d56dda3bc17a0f5ecd375e2 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+ndossche@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:35:12 +0100 Subject: [PATCH] NEWS for GH-20341 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8652023266a..2ebd0e05067 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ PHP NEWS . Partially fixed bug GH-17733 (Avoid calling wrong function when reusing file caches across differing environments). (ilutov) +- PCRE: + . Downgrade back to PCRE2 10.44, see GH-20341. (nielsdos) + - Reflection: . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true for classes with property hooks). (alexandre-daubois)