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)