Closed 1uba closed 2 years ago
Temporarily solved by:
if (!function_exists('curl_reset'))
{
function curl_reset(&$ch)
{
$ch = curl_init();
}
}
When does this happen?
Travis tests against 5.4 as well without this kind of error.
Fatal error: Call to undefined function GuzzleHttp\Handler\curl_reset() in ...
More details: https://stackoverflow.com/questions/25523004/fatal-error-curl-reset-undefined-why