Commit 62ea5944de8 for php.net
commit 62ea5944de8943aa733e6d0bb116d1c25871612b
Merge: 19441489f08 60d8e92ed4a
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Thu Jun 25 18:16:38 2026 -0400
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Guard uninitialized SplFileObject in fputcsv() and next()
diff --cc NEWS
index 478136540a5,39f2359152f..4a08f3391d7
--- a/NEWS
+++ b/NEWS
@@@ -37,8 -24,12 +37,10 @@@ PH
(jorgsowa)
. Ignore leading back-slash in class_parents(), class_implements(), and
class_uses(). (jorgsowa)
+ . Fixed bug GH-16217 (SplFileObject::fputcsv() on an uninitialized object
+ segfaults). (iliaal)
- Standard:
- . Fixed bug GH-22360 (convert.base64-encode corruption on
- incremental flush). (David Carlier)
. Fixed bug GH-22395 (base_convert() outputs at most 64 characters).
(Weilin Du)