Commit f9df448bab4 for php.net

commit f9df448bab436138bf6f9fe3499742f8079597c6
Merge: 34a341e59f6 3cb85cc681a
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Thu Feb 5 14:48:15 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix assign-op/inc/dec on untyped hooked property backing value

diff --cc NEWS
index 23644c5d162,dd9fd9a2686..99e0330641f
--- a/NEWS
+++ b/NEWS
@@@ -13,7 -8,13 +13,9 @@@ PH
      by setRawValueWithoutLazyInitialization() and newLazyGhost()). (Arnaud)
    . Fixed bug GH-20504 (Assertion failure in zend_get_property_guard when
      accessing properties on Reflection LazyProxy via isset()). (Arnaud)
+   . Fixed OSS-Fuzz #478009707 (Borked assign-op/inc/dec on untyped hooked
+     property backing value). (ilutov)

 -- Curl:
 -  . Fixed bug GH-21023 (CURLOPT_XFERINFOFUNCTION crash with a null callback).
 -    (David Carlier)
 -
  - Date:
    . Fixed bug GH-20936 (DatePeriod::__set_state() cannot handle null start).
      (ndossche)
diff --cc Zend/zend_vm_execute.h
index a292bbbed4b,d7c14a7cf80..c657917231e
Binary files differ