Skip to content

Commit fbdf959

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: [skip ci] Add NEWS entries for the two Reflection fixes
2 parents 430a21f + 1982315 commit fbdf959

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ PHP NEWS
2828
ReflectionAttribute::getShortName(). (Girgias)
2929
. Fixed bug GH-22905 (Reflection exception messages truncate on null bytes).
3030
(DanielEScherzer)
31+
. Fixed ReflectionProperty::isLazy() and skipLazyInitialization() using the
32+
parent slot when a child class hooks an inherited property. (iliaal)
33+
. Fixed segfault in ReflectionMethod::createFromMethodName() on an
34+
uninstantiable subclass. (iliaal)
3135

3236
- Standard:
3337
. Added the "filter.max_filter_count" stream context option for php://filter

0 commit comments

Comments
 (0)