Commit 59433f8d3e6 for php.net

commit 59433f8d3e6b6abfb289181cb638ed7f02d14775
Merge: cd32c597a71 371422b9b98
Author: Tim Düsterhus <tim@tideways-gmbh.com>
Date:   Thu Jan 29 10:38:33 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Zend/zend_call_stack.h: fix missing include on Windows (clang compat) (#20847)

diff --cc NEWS
index b955e24f342,59d35b5df94..dbf94f74882
--- a/NEWS
+++ b/NEWS
@@@ -5,13 -5,16 +5,16 @@@ PH
  - Core:
    . Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)

 -- PDO_PGSQL:
 -  . Fixed bug GH-21055 (connection attribute status typo for GSS negotiation).
 -    (lsaos)
 -
+ - Windows:
+   . Fixed compilation with clang (missing intrin.h include). (Kévin Dunglas)
+
 -12 Feb 2026, PHP 8.4.18
 +29 Jan 2026, PHP 8.5.3

  - Core:
 +  . Fixed bug GH-20806 (preserve_none feature compatiblity with LTO).
 +    (henderkes)
 +  . Fixed bug GH-20767 (build failure with musttail/preserve_none feature
 +    on macOs). (David Carlier)
    . Fixed bug GH-20837 (NULL dereference when calling ob_start() in shutdown
      function triggered by bailout in php_output_lock_error()). (timwolla)
    . Fix OSS-Fuzz #471533782 (Infinite loop in GC destructor fiber). (ilutov)