Skip to content

Deprecated: fputcsv(): the $escape parameter must be provided (PHP 8.4) #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
zero2one opened this issue Apr 14, 2025 · 1 comment
Open

Comments

@zero2one
Copy link

Problem

Running the code in PHP 8.4 triggers a deprecation error:

Deprecated: fputcsv(): the $escape parameter must be provided as its default value will change in consolidation/annotated-command/src/Parser/Internal/CsvUtils.php on line 29

Solution

Add the current default values tot the methode call.

@zero2one
Copy link
Author

Fix in PR #316

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

No branches or pull requests

1 participant