Closed Kajakaran closed 7 years ago
Ooh. That function was introduced in PHP 5.5+, currently supported PHP versions start at 5.6 (with that only having 10 months to go on security releases).
Guzzle is a 3rd party library, perhaps you can configure it to use something other than curl? (I believe that's possible).
I'm going to mark this as won't fix since supporting unsupported PHP versions is out of scope. (I've no idea whether it works with PHP7, something I want to look into one day.)
Found following in the error log
PHP Fatal error: Call to undefined function GuzzleHttp\Handler\curl_reset()
Searched and found it is related to php version
Is there any alternative for people using old version of php?
Thanks Kajan