[PHP-CVS] [php-src] master: Merge branch 'PHP-8.5'
[email protected] (Ilia Alshanetsky) Mon, 3 Aug 2026 23:23:29 +0000
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilia Alshanetsky (iliaal)
Date: 2026-08-03T19:22:05-04:00
Commit: https://github.com/php/php-src/commit/fbdf9596d35b6099049429d07e6f67694f3fb0a3
Raw diff: https://github.com/php/php-src/commit/fbdf9596d35b6099049429d07e6f67694f3fb0a3.diff
Merge branch 'PHP-8.5'
* PHP-8.5:
[skip ci] Add NEWS entries for the two Reflection fixes
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index 186d6eb5fe63..460051eed719 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ PHP NEWS
ReflectionAttribute::getShortName(). (Girgias)
. 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)
- Standard:
. Added the "filter.max_filter_count" stream context option for php://filter