Greetings the PECL dev list,

I'm writing a PHP extension to improve the handling of CSV files by
following RFC 4180.
The extension also allows for multi-byte delimiters and enclosures.

As my ultimate goal is to add this to core considering that the current CSV
functions in core
are rather suboptimal IMHO.
A PECL account would allow the extension to be tested easily by a larger
amount of people
than users needing to compile the extension from source.

The sources of the extension are available on my personal GitLab at
https://gitlab.com/Girgias/csv-php-extension

All feedback is welcomed, on list and as issues on the GitLab repo.

Best regards

George Peter Banyard

Reply via email to