Skip to content

changed the default value of the $escape parameter for str_getcsv()#74

Open
adesignl wants to merge 1 commit into
palmiak:masterfrom
adesignl:patch-2
Open

changed the default value of the $escape parameter for str_getcsv()#74
adesignl wants to merge 1 commit into
palmiak:masterfrom
adesignl:patch-2

Conversation

@adesignl

@adesignl adesignl commented Mar 2, 2026

Copy link
Copy Markdown

PHP 8.4 deprecated calling str_getcsv() without explicitly providing the 4th $escape parameter. Added '\' (backslash) as the escape character, which matches the historical default behavior.

PHP 8.4 deprecated calling str_getcsv() without explicitly providing the 4th $escape parameter. Added '\\' (backslash) as the escape character, which matches the historical default behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant