Commit 90475249dd8 for php.net

commit 90475249dd82f0b5b8c9155134d5682f441dda5e
Merge: e82afcfc1bd 97a90f43617
Author: David Carlier <devnexen@gmail.com>
Date:   Sun Dec 14 11:58:41 2025 +0000

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Fix GH-20678: resource created by GlobIterator crashes with fclose().

diff --cc NEWS
index 76ce9021b7c,ed2c4149a03..3e4909c0eb0
--- a/NEWS
+++ b/NEWS
@@@ -16,10 -16,14 +16,14 @@@ PH
  - LDAP:
    . Fix memory leak in ldap_set_options(). (ndossche)

+ - SPL:
+   . Fixed bug GH-20678 (resource created by GlobIterator crashes with fclose()).
+     (David Carlier)
+
  - Standard:
    . Fix error check for proc_open() command. (ndossche)
 -
 -18 Dec 2025, PHP 8.3.29
 +
 +18 Dec 2025, PHP 8.4.16

  - Core:
    . Sync all boost.context files with release 1.86.0. (mvorisek)