You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
CsvReader::current() no longer TypeErrors at EOF when column headers are set (do-while → while; regression tests). See #18 (supersedes #3).
Added
CsvWriter optional $escape constructor argument (default '\\'), passed to fputcsv — avoids PHP 8.4+ deprecation when the escape parameter is omitted. Callers may pass '' for modern “no escape” behavior. See #17.