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

Consider Upgrading PHP-CURL-CLASS to fix PHP 8.x warnings. #26

Open
elindydotcom opened this issue Aug 23, 2022 · 0 comments
Open

Consider Upgrading PHP-CURL-CLASS to fix PHP 8.x warnings. #26

elindydotcom opened this issue Aug 23, 2022 · 0 comments

Comments

@elindydotcom
Copy link

The PHP-CURL-CLASS version used is currently 8.x. But that passes an explicit null to preg_split as parameter #3 in the parseHeaders function.

Upgrade PHP-CURL-CLASS to 9.x to resolve this issue (it passes an explicit -1 instead of null).

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