1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS for GH-20341

This commit is contained in:
Niels Dossche
2025-11-03 21:35:12 +01:00
parent ed3e48b506
commit f4b27bdc0d

3
NEWS
View File

@@ -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)