Skip to content

Conditionally close the curl handle#150

Merged
sgiehl merged 1 commit into
matomo-org:masterfrom
gsteel:curl-close
Jan 16, 2026
Merged

Conditionally close the curl handle#150
sgiehl merged 1 commit into
matomo-org:masterfrom
gsteel:curl-close

Conversation

@gsteel

@gsteel gsteel commented Jan 16, 2026

Copy link
Copy Markdown
Contributor

Description

curl_close has no effect since PHP 8.0 and is deprecated since 8.5

https://www.php.net/curl_close

This patch prevents warnings on PHP 8.5

Checklist

  • [NA] I have understood, reviewed, and tested all AI outputs before use
  • [NA] All AI instructions respect security, IP, and privacy rules

Review

`curl_close` has no effect since PHP 8.0 and is deprecated since 8.5

https://www.php.net/curl_close
@sgiehl sgiehl merged commit 262acfd into matomo-org:master Jan 16, 2026
28 checks passed
@gsteel gsteel deleted the curl-close branch January 16, 2026 21:03
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