Commit 38e8aca77db for php.net
commit 38e8aca77dbcae94d32c415b5b8a83cccef0014c
Merge: e35fefbfdb8 cf4e8e0ef68
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Sun Dec 21 13:18:39 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
phar: Fix SplFileInfo::openFile() in write mode
diff --cc NEWS
index 42b7d2336e0,cc30fc5b04c..479dd5f8672
--- a/NEWS
+++ b/NEWS
@@@ -33,7 -32,12 +33,8 @@@ PH
- Phar:
. Fixed bug GH-20732 (Phar::LoadPhar undefined behavior when reading fails).
(ndossche)
+ . Fix SplFileInfo::openFile() in write mode. (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)