Commit cdeb0694f4c for php.net

commit cdeb0694f4c123721c32cebdb4fdb6777cb65b0b
Merge: 771dbda6fb0 9d4a1f0c7ec
Author: Derick Rethans <github@derickrethans.nl>
Date:   Wed Jan 14 14:12:15 2026 +0000

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Upgrade timelib to 2022.16

diff --cc NEWS
index 6af8ce6b2cb,761d4b8b983..384c21d01d9
--- a/NEWS
+++ b/NEWS
@@@ -11,11 -7,12 +11,14 @@@ PH
      function triggered by bailout in php_output_lock_error()). (timwolla)
    . Fix OSS-Fuzz #471533782 (Infinite loop in GC destructor fiber). (ilutov)
    . Fix OSS-Fuzz #472563272 (Borked block_pass JMP[N]Z optimization). (ilutov)
 -  . Fixed bug GH-GH-20914 (Internal enums can be cloned and compared). (Arnaud)
 +  . Fixed bug GH-20914 (Internal enums can be cloned and compared). (Arnaud)
    . Fix OSS-Fuzz #474613951 (Leaked parent property default value). (ilutov)
 +  . Fixed bug GH-20895 (ReflectionProperty does not return the PHPDoc of a
 +    property if it contains an attribute with a Closure). (timwolla)

+ - Date:
+   . Update timelib to 2022.16. (Derick)
+
  - MbString:
    . Fixed bug GH-20833 (mb_str_pad() divide by zero if padding string is
      invalid in the encoding). (ndossche)