Commit 1762d7df835 for php.net
commit 1762d7df8350e58c00278bbaccdc329b4574da40
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Mon Aug 3 19:21:47 2026 -0400
[skip ci] Add NEWS entries for the two Reflection fixes
diff --git a/NEWS b/NEWS
index 6738d104f5b..e69a9f31b2c 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@ PHP NEWS
- Reflection:
. Fixed bug GH-22905 (Reflection exception messages truncate on null bytes).
(DanielEScherzer)
+ . Fixed ReflectionProperty::isLazy() and skipLazyInitialization() using the
+ parent slot when a child class hooks an inherited property. (iliaal)
+ . Fixed segfault in ReflectionMethod::createFromMethodName() on an
+ uninstantiable subclass. (iliaal)
- Sockets:
. Fixed various memory related issues in ext/sockets. (David Carlier)