Skip to content

Fix PHP 8.5 curl_close() deprecation in OmiseHttpExecutor.#183

Open
nicodemuz wants to merge 1 commit into
omise:masterfrom
nicodemuz:fix/php-85-curl-close-deprecation
Open

Fix PHP 8.5 curl_close() deprecation in OmiseHttpExecutor.#183
nicodemuz wants to merge 1 commit into
omise:masterfrom
nicodemuz:fix/php-85-curl-close-deprecation

Conversation

@nicodemuz

Copy link
Copy Markdown
Contributor

Skip curl_close() on PHP 8.0+ where handles are auto-closed, while keeping explicit cleanup on PHP 7.x for backward compatibility.

Skip curl_close() on PHP 8.0+ where handles are auto-closed, while
keeping explicit cleanup on PHP 7.x for backward compatibility.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant