Commit e44c13cffe3 for php.net

commit e44c13cffe32bdc43fde768d849aafabcd232183
Merge: c44196143a9 087f38f3476
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date:   Thu May 29 13:48:38 2025 -0700

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Fix GH-18695: float numbers zero fraction is now preserved in zend_ast_export() (#18699)

diff --cc NEWS
index f56e023cc5a,379718ba2a9..8be0bab67fd
--- a/NEWS
+++ b/NEWS
@@@ -1,15 -1,10 +1,17 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.3.23
 +?? ??? ????, PHP 8.4.9
 +
 +- BcMath:
 +  . Fixed bug GH-18641 (Accessing a BcMath\Number property by ref crashes).
 +    (nielsdos)

  - Core:
 +  . Fixed bugs GH-17711 and GH-18022 (Infinite recursion on deprecated attribute
 +    evaluation) and GH-18464 (Recursion protection for deprecation constants not
 +    released on bailout). (DanielEScherzer and ilutov)
+   . Fixed GH-18695 (zend_ast_export() - float number is not preserved).
+     (Oleg Efimov)

  - Date:
    . Fix leaks with multiple calls to DatePeriod iterator current(). (nielsdos)