[PHP-CVS] [php-src] PHP-8.5: Merge branch 'PHP-8.4' into PHP-8.5
[email protected] (Ilia Alshanetsky) Mon, 3 Aug 2026 23:23:27 +0000
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Ilia Alshanetsky (iliaal)
Date: 2026-08-03T19:21:54-04:00
Commit: https://github.com/php/php-src/commit/1982315fd814cb5b879964cb73c2ad5af00fe8e9
Raw diff: https://github.com/php/php-src/commit/1982315fd814cb5b879964cb73c2ad5af00fe8e9.diff
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
[skip ci] Add NEWS entries for the two Reflection fixes
Changed paths:
M NEWS
Diff:
diff --git a/NEWS b/NEWS
index f1b69e3e8ca6..5c304c5e2b14 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,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 socket_set_option() validation error messages for UDP_SEGMENT and