mailjet / mailjet-apiv3-php-no-composer

[API v3] Mailjet PHP Wrapper bundled with composer dependencies
MIT License
9 stars 5 forks source link

curl_reset not defined on PHP < 5.5 #2

Open xaviermartinez2012 opened 7 years ago

xaviermartinez2012 commented 7 years ago

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]).