Hi, I propose deprecating SplFileObject CSV methods like fputcsv, fgetcsv, setCsvControl, and getCsvControl.
These APIs are complex and hard to maintain, and named arguments expose design inconsistencies, causing long-standing issues. We should consider replacing them with a dedicated ext/csv that provides a cleaner, stream-friendly CSV API. https://github.com/php/php-src/pull/22160 Regards. Arshid
