Skip to content
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

Fix php84 str_getcsv deprecation in DataStructure.php #249

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

smnandre
Copy link
Contributor

As of PHP 8.4.0, depending on the default value of escape is deprecated. It needs to be provided explicitly either positionally or by the use of named arguments.

https://www.php.net/manual/en/function.str-getcsv.php

A very minimal patch/quick fix.. tell me if you want anything

@martin-georgiev
Copy link
Owner

CI seems unhappy 😭

@smnandre
Copy link
Contributor Author

Yep i'm sorry did not see that... will rework/fix this tonight

>  As of PHP 8.4.0, depending on the default value of escape is deprecated. It needs to be provided explicitly either positionally or by the use of named arguments. 

https://www.php.net/manual/en/function.str-getcsv.php

A very minimal patch/quick fix.. tell me if you want anything
@smnandre smnandre marked this pull request as draft December 19, 2024 01:59
@smnandre smnandre marked this pull request as ready for review December 19, 2024 01:59
@martin-georgiev martin-georgiev merged commit f63d4fe into martin-georgiev:main Dec 19, 2024
8 of 9 checks passed
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.

2 participants