Skip to content

Fix curl_setopt_ssl test for curl 8.19.0#21518

Merged
shivammathur merged 1 commit intophp:PHP-8.4from
shivammathur:fix-curl-8.19-blob-test
Mar 26, 2026
Merged

Fix curl_setopt_ssl test for curl 8.19.0#21518
shivammathur merged 1 commit intophp:PHP-8.4from
shivammathur:fix-curl-8.19-blob-test

Conversation

@shivammathur
Copy link
Member

This updates curl_setopt_ssl.phpt for libcurl 8.19.0 and fixes #21515.

Ref: curl/curl#20705

@iluuu1994
Copy link
Member

@andypost Do you mind testing this patch in your CI?

@andypost
Copy link
Contributor

Patch works for 8.4 but 8.5 needs rework as not applicable

@andypost
Copy link
Contributor

only 2 hunks to fix

-     curl_close($ch);
+     $ch = null;

and now tests passed

@shivammathur shivammathur merged commit cd568cb into php:PHP-8.4 Mar 26, 2026
19 checks passed
shivammathur added a commit that referenced this pull request Mar 26, 2026
* PHP-8.4:
  Fix curl_setopt_ssl test for curl 8.19.0 (#21518)
shivammathur added a commit that referenced this pull request Mar 26, 2026
* PHP-8.5:
  Fix curl_setopt_ssl test for curl 8.19.0 (#21518)
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.

3 participants