Skip to content

Conversation

@f3l1x
Copy link
Member

@f3l1x f3l1x commented Dec 13, 2025

curl_close() has no effect since PHP 8.0 and is deprecated in PHP 8.5. Wrap the calls with a PHP version check to maintain backward compatibility while eliminating deprecation warnings on newer PHP versions.

Fixes #140

curl_close() has no effect since PHP 8.0 and is deprecated in PHP 8.5.
Wrap the calls with a PHP version check to maintain backward compatibility
while eliminating deprecation warnings on newer PHP versions.

Fixes #140
@f3l1x f3l1x merged commit 747b7e0 into master Dec 13, 2025
@f3l1x f3l1x deleted the claude/fix-php8-curl-close-014u8cLNrxbutjZaMZcS7XUB branch December 13, 2025 21:00
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.

Deprecated: Function curl_close() is deprecated since 8.5

3 participants