[ANNOUNCEMENT] CSV-0.4.0 (alpha) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
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)