Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl_reset not defined on PHP < 5.5 #2

Open
xaviermartinez2012 opened this issue May 26, 2017 · 0 comments
Open

curl_reset not defined on PHP < 5.5 #2

xaviermartinez2012 opened this issue May 26, 2017 · 0 comments

Comments

@xaviermartinez2012
Copy link

xaviermartinez2012 commented May 26, 2017

As noted in the PHP manual, the curl_reset function
(found in ./vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php line 78)
is not defined in PHP < 5.5, resulting in a fatal error when running:
$response = $mj->post(Resources::$Email, ['body' => $body]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant