Commit 66d44412177 for php.net

commit 66d4441217767b75d599ef1014712a64f44d23f8
Merge: c35224e11cc 96869363787
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sat Dec 20 11:16:30 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-20732: Phar::LoadPhar undefined behavior when loading directory

diff --cc NEWS
index 583477048bc,c3e9c21fd2d..42b7d2336e0
--- a/NEWS
+++ b/NEWS
@@@ -30,6 -29,14 +30,10 @@@ PH
    . Fixed bug GH-20674 (Fix GH-20674 mb_decode_mimeheader does not handle
      separator). (Yuya Hamada)

+ - Phar:
+   . Fixed bug GH-20732 (Phar::LoadPhar undefined behavior when reading fails).
+     (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)