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.3 | NewConstants: add new Curl constants #1638

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 10, 2023

From the PHP 8.3 changelog:

  • Curl:
    . CURLINFO_CAPATH
    . CURLINFO_CAINFO
    . CURLOPT_MIME_OPTIONS
    . CURLMIMEOPT_FORMESCAPE
    . CURLOPT_WS_OPTIONS
    . CURLWS_RAW_MODE
    . CURLOPT_SSH_HOSTKEYFUNCTION
    . CURLOPT_PROTOCOLS_STR
    . CURLOPT_REDIR_PROTOCOLS_STR
    . CURLOPT_CA_CACHE_TIMEOUT
    . CURLOPT_QUICK_EXIT
    . CURLKHMATCH_OK
    . CURLKHMATCH_MISMATCH
    . CURLKHMATCH_MISSING
    . CURLKHMATCH_LAST

Ref:

Related to #1589

From the PHP 8.3 changelog:
> - Curl:
>   . CURLINFO_CAPATH
>   . CURLINFO_CAINFO
>   . CURLOPT_MIME_OPTIONS
>   . CURLMIMEOPT_FORMESCAPE
>   . CURLOPT_WS_OPTIONS
>   . CURLWS_RAW_MODE
>   . CURLOPT_SSH_HOSTKEYFUNCTION
>   . CURLOPT_PROTOCOLS_STR
>   . CURLOPT_REDIR_PROTOCOLS_STR
>   . CURLOPT_CA_CACHE_TIMEOUT
>   . CURLOPT_QUICK_EXIT
>   . CURLKHMATCH_OK
>   . CURLKHMATCH_MISMATCH
>   . CURLKHMATCH_MISSING
>   . CURLKHMATCH_LAST

Ref:
* https://github.com/php/php-src/blob/655f116be57b46efe32221d7adfec6d6b81eeece/UPGRADING#L422-L437
* php/php-src 10459
* php/php-src@de60872

Related to 1589
@jrfnl jrfnl added enhancement PR: quick merge PR only contains relatively simple changes PR: ready for review labels Sep 10, 2023
@jrfnl jrfnl added this to the 10.0.0 milestone Sep 10, 2023
@jrfnl jrfnl requested a review from wimg September 10, 2023 17:50
@wimg wimg merged commit 331bfc2 into develop Sep 10, 2023
43 checks passed
@wimg wimg deleted the php-8.3/newconstants-various-curl-constants branch September 10, 2023 21:27
@github-actions github-actions bot removed PR: quick merge PR only contains relatively simple changes PR: ready for review labels Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants