Commit 0ef52c3d896 for php.net
commit 0ef52c3d896bdb721ef444bd41adcf064ebf74fd
Merge: c566502d9ed f3d5dd0feb8
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Sun Dec 14 23:18:16 2025 +0100
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-20699: SQLite3Result fetchArray return array|false, null returned
diff --cc NEWS
index 4202015a967,d3f526bbc7d..612cd9e9a39
--- a/NEWS
+++ b/NEWS
@@@ -13,10 -16,14 +13,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)
+- Lexbor:
+ . Fixed bug GH-20668 (\Uri\WhatWg\Url::withHost() crashes (SEGV) for URLs
+ using the file: scheme). (lexborisov)
+ - Sqlite3:
+ . Fixed bug GH-20699 (SQLite3Result fetchArray return array|false,
+ null returned). (ndossche, plusminmax)
+
- Standard:
. Fix error check for proc_open() command. (ndossche)