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

[PHP 8.4][Curl] Add CURLOPT_PREREQFUNCTION and constants #1668

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

Ayesh
Copy link
Contributor

@Ayesh Ayesh commented Aug 26, 2024

CURLOPT_PREREQFUNCTION is a new Curl option added in PHP 8.4, along with two constants CURL_PREREQFUNC_ABORT and CURL_PREREQFUNC_OK.

@isfedorov
Copy link
Contributor

Thank you for the PR. Could you please update StubsMap using /generate-stub-map script as well?

`CURLOPT_PREREQFUNCTION` is a new Curl option added in PHP 8.4, along
with two constants `CURL_PREREQFUNC_ABORT` and `CURL_PREREQFUNC_OK`.

 - [php/php-src#13255](php/php-src#13255)
 - [libcurl doc - `CURLOPT_PREREQFUNCTION`](https://curl.se/libcurl/c/CURLOPT_PREREQFUNCTION.html)
 - [PHP.Watch Codex - `CURLOPT_PREREQFUNCTION`](https://php.watch/codex/CURLOPT_PREREQFUNCTION)
 - [PHP.Watch Codex - `CURL_PREREQFUNC_ABORT`](https://php.watch/codex/CURL_PREREQFUNC_ABORT)
 - [PHP.Watch Codex - `CURL_PREREQFUNC_OK`](https://php.watch/codex/CURL_PREREQFUNC_OK)
@Ayesh
Copy link
Contributor Author

Ayesh commented Aug 26, 2024

Thanks for catching it. Updated.

@isfedorov isfedorov merged commit 4adffb7 into JetBrains:master Aug 26, 2024
10 of 12 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