[php-src] master: [skip ci] Add NEWS entries for the two Reflection fixes

Ilia Alshanetsky <[email protected]> Mon, 3 Aug 2026 23:23:27 +0000
Newsgroups gmane.comp.php.cvs.general
Message-ID <[email protected]>
Author: Ilia Alshanetsky (iliaal)
Date: 2026-08-03T19:21:47-04:00

Commit: https://github.com/php/php-src/commit/1762d7df8350e58c00278bbaccdc329b4574da40
Raw diff: https://github.com/php/php-src/commit/1762d7df8350e58c00278bbaccdc329b4574da40.diff

[skip ci] Add NEWS entries for the two Reflection fixes

Changed paths:
  M  NEWS


Diff:

diff --git a/NEWS b/NEWS
index 6738d104f5bc..e69a9f31b2c6 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)