monolog icon indicating copy to clipboard operation
monolog copied to clipboard

Remove deprecated curl_close() usage for PHP 8.5 compatibility

Open lacatoire opened this issue 3 months ago • 1 comments

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.

lacatoire avatar Dec 02 '25 15:12 lacatoire

Closes https://github.com/Seldaek/monolog/issues/2004

mpesari avatar Dec 03 '25 15:12 mpesari