Commit f4b27bdc0d1 for php.net
commit f4b27bdc0d1354578d56dda3bc17a0f5ecd375e2
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Mon Nov 3 21:35:12 2025 +0100
NEWS for GH-20341
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)