Commit 18cd1501df0 for php.net

commit 18cd1501df0362b2114395c7bbbb1653c9e3bf2e
Merge: 8b287531b88 979c827cdc3
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date:   Sun Sep 6 10:04:57 2026 -0400

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Clamp scale in bc_is_zero_for_scale to n_scale

diff --cc NEWS
index fa7bdcceadc,1cc265f02e8..bc2dd2bcb45
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,11 +1,11 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.26
 +?? ??? ????, PHP 8.5.11

+ - BCMath:
+   . Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds
+     n_scale. (Ilia Alshanetsky)
+
  - Core:
    . Fixed bug GH-15375 (Nested "yield from" skips items after a valid() or
      next() call on the inner generator). (iliaal)