With the deprecation of `auto_detect_line_endings` in Php8.1, there have been some tickets (issue #2609 and PR #2438). Although the deprecation message is suppressed, users with a homegrown error handler may still see it. I am not very concerned about that symptom, but I imagine that there will be more similar tickets in future. This PR adds a new property/method to Reader/CSV to allow the user to avoid the deprecated code, at the negligible cost of being unable to read a CSV with Mac line endings even on a Php version that could support it. |
||
|---|---|---|
| .. | ||
| CsvCallbackTest.php | ||
| CsvContiguousFilter.php | ||
| CsvContiguousTest.php | ||
| CsvEncodingTest.php | ||
| CsvIssue2232Test.php | ||
| CsvLineEndingTest.php | ||
| CsvTest.php | ||