There was an error while loading. Please reload this page.
2 parents 430a21f + 1982315 commit fbdf959Copy full SHA for fbdf959
1 file changed
NEWS
@@ -28,6 +28,10 @@ PHP NEWS
28
ReflectionAttribute::getShortName(). (Girgias)
29
. Fixed bug GH-22905 (Reflection exception messages truncate on null bytes).
30
(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)
35
36
- Standard:
37
. Added the "filter.max_filter_count" stream context option for php://filter
0 commit comments