The new PECL package CSV-0.4.0 (alpha) has been released at https://pecl.php.net/.
Release notes ------------- Minimum PHP version is now 8.0 due to the usage of new Zend APIs. All functions have been moved to static methods of a new CSV class. Function names now refer to "buffer" instead of "file" as a string is used. CSV::collectionToBuffer() now supports iterable collections, not just arrays. In case of field number miss-match a ValueError is thrown instead of an Error. A new CSV::bufferToCollectionLax() has been introduced which doesn't throw a ValueError in case of field number miss-match. Sponsor me via GitHub sponsors: https://github.com/sponsors/Girgias Package Info ------------- A new and improved CSV file PHP extension which follows RFC 4180 instead of using a custom escape mechanism. Supports multi-bytes delimiters, enclosures, and providing a custom EOL sequence. Sponsor me via GitHub sponsors: https://github.com/sponsors/Girgias Related Links ------------- Package home: https://pecl.php.net/package/CSV Changelog: https://pecl.php.net/package-changelog.php?package=CSV Download: https://pecl.php.net/get/CSV-0.4.0.tgz Authors ------------- George Peter Banyard (lead) -- PECL development discussion Mailing List (https://pecl.php.net/) To unsubscribe, visit: https://www.php.net/unsub.php