monolog
monolog copied to clipboard
Remove deprecated curl_close() usage for PHP 8.5 compatibility
This PR removes calls to curl_close(), which is deprecated in PHP 8.5 and has no effect anymore on CurlHandle objects since PHP 8.0.
The behavior remains unchanged while preventing deprecation warnings on recent PHP versions.
Happy to adjust the patch if needed.
Closes https://github.com/Seldaek/monolog/issues/2004