Commit e039ee92313 for php.net

commit e039ee923135729bc443a3946c741d42cbfac096
Merge: 9f455aaa24f abdcfc38b4a
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Tue Sep 22 17:41:31 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-23764: Built-in server leaks fd on HEAD request for static file

diff --cc NEWS
index 726f9ac812d,4450776530c..d6ca8e92c10
--- a/NEWS
+++ b/NEWS
@@@ -13,7 -5,13 +13,9 @@@ PH
  - CLI
    . Fix GH-22567 (Windows ZTS CLI SAPI should refresh its TSRMLS cache during
      request activation). (matyhtf)
+   . Fixed bug GH-23764 (Built-in server leaks a file descriptor on every HEAD
+     request for a static file). (jakubskopal)

 -- Core
 -  . Fix GH-21999: GC inconsistency with lazy object, var_dump(), and object
 -    comparison. (Arnaud)
 -
  - DOM:
    . Fixed use-after-free when re-constructing a DOMXPath whose php:function
      registrations are freed while still reachable from the cycle collector.