curl_setopt(): supplied resource is not a valid cURL handle resource #1
Comments
I will look into this, thanks for the issue ! |
Same issue here |
@PLaRoche Thanks for the PR. @maxakropolis See version Cheers ! |
Cheers @PLaRoche @nvanheuverzwijn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We began to experience this error when attempting to upgrade from PHP7.0 to PHP7.1
It seems that line 89 needs the
$closeAfterDone
parameter passing, otherwise Monolog destroys the curl resource that is initialised inLogdnaHandler
https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/Curl/Util.php#L32
I'm unsure why this worked previously but doesn't work now, but I forked the code to prove this and it works.
The text was updated successfully, but these errors were encountered: