Commit 250fd028519 for php.net

commit 250fd0285197a30471a4f4a26d633f8f99b64e71
Merge: 2100ca08ece e63dae29419
Author: David Carlier <devnexen@gmail.com>
Date:   Mon Dec 22 12:54:36 2025 +0000

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      ext/posix: (Further) fix groups array creation on macos.

diff --cc NEWS
index 223373fdc74,44da45b565b..b59b3d32988
--- a/NEWS
+++ b/NEWS
@@@ -37,8 -37,11 +37,12 @@@ PH
      (ndossche)
    . Fix SplFileInfo::openFile() in write mode. (ndossche)
    . Fix build on legacy OpenSSL 1.1.0 systems. (Giovanni Giacobbi)
 +  . Fixed bug #74154 (Phar extractTo creates empty files). (ndossche)

+ - POSIX:
+   . Fixed crash on posix groups to php array creation on macos.
+     (David Carlier)
+
  - SPL:
    . Fixed bug GH-20678 (resource created by GlobIterator crashes with fclose()).
      (David Carlier)