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

curl_setopt page, the CURLOPT_XFERINFOFUNCTION constant #3448

Open
determin1st opened this issue Jun 13, 2024 · 0 comments
Open

curl_setopt page, the CURLOPT_XFERINFOFUNCTION constant #3448

determin1st opened this issue Jun 13, 2024 · 0 comments
Labels
bug Documentation contains incorrect information Extension: curl

Comments

@determin1st
Copy link

https://www.php.net/manual/en/function.curl-setopt
the CURLOPT_XFERINFOFUNCTION description says

A callback accepting two parameters. Has a similar purpose as CURLOPT_PROGRESSFUNCTION but is more modern and the preferred option from cURL.

in fact its the same callback argument list as in CURLOPT_PROGRESSFUNCTION with 5 parameters, not 2 parameters

@Girgias Girgias added bug Documentation contains incorrect information Extension: curl labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Documentation contains incorrect information Extension: curl
Projects
None yet
Development

No branches or pull requests

2 participants