Commit 27d4e2f302f for php.net

commit 27d4e2f302ff84cfab73441f7c1207a48690c1c6
Merge: b81f770d39e e90b48c8e5d
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Mon Dec 22 12:19:47 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix bug #74154: Phar extractTo creates empty files

diff --cc NEWS
index 4c96bab8f52,223373fdc74..676e7bac4e5
--- a/NEWS
+++ b/NEWS
@@@ -38,7 -37,12 +38,8 @@@ 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)

 -- SPL:
 -  . Fixed bug GH-20678 (resource created by GlobIterator crashes with fclose()).
 -    (David Carlier)
 -
  - Sqlite3:
    . Fixed bug GH-20699 (SQLite3Result fetchArray return array|false,
      null returned). (ndossche, plusminmax)