Closed ericvanjohnson closed 6 years ago
Thanks! Testing the solution
@ericvanjohnson updated iron_core
package, new version released.
Strange, but curl_setopt
function documentation page (see http://php.net/manual/en/function.curl-setopt.php) doesn't say, that in PHP 7 you no longer can set CURLOPT_SAFE_UPLOAD
option.
Yes, PHP.net really needs to update their documentation.
Started getting the following error message after upgrading to PHP7
vendor/iron-io/iron_core/IronCore.class.php:257
curl_setopt(): Disabling safe uploads is no longer supported
This is a Laravel 5.1 application and I installed with composer the pacakge
"iron-io/iron_mq": "~1.5"
This Exception is being thrown when I attempt to add to the Queue.
I Googled and found a similar issue on the dirkgroenen/Pinterest-API-PHP Repo and his solution