Commit 1982315fd81 for php.net

commit 1982315fd814cb5b879964cb73c2ad5af00fe8e9
Merge: d2f92b31396 1762d7df835
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Mon Aug 3 19:21:47 2026 -0400

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      [skip ci] Add NEWS entries for the two Reflection fixes

diff --cc NEWS
index f1b69e3e8ca,e69a9f31b2c..5c304c5e2b1
--- a/NEWS
+++ b/NEWS
@@@ -37,10 -29,12 +37,14 @@@ PH
  - 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
 +    SO_LINGER options. (Weilin Du)
    . Fixed various memory related issues in ext/sockets. (David Carlier)

  - SQLite: