Commit 37fbbbc4d33 for php.net

commit 37fbbbc4d3357420d9fd1251bfb57e99a0eb7f18
Merge: 1d7cddd3ce9 c3777c73b33
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Sat Mar 7 11:18:29 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Update ext/standard/libavifinfo

diff --cc NEWS
index 7c2791b35f5,5ccf063672d..fca3948024a
--- a/NEWS
+++ b/NEWS
@@@ -24,8 -16,10 +24,10 @@@ PH
  - Standard:
    . Fixed bug GH-20906 (Assertion failure when messing up output buffers).
      (ndossche)
+   . Fixed bug GH-20627 (Cannot identify some avif images with getimagesize).
+     (y-guyon)

 -12 Mar 2026, PHP 8.4.19
 +12 Mar 2026, PHP 8.5.4

  - Core:
    . Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)