Open caiovlp opened 9 years ago
Curl safe upload is preventing laraworker to upload code to the server.
Here's where I reported the issue originally: https://github.com/iron-io/laraworker/issues/5
Setting CURLOPT_SAFE_UPLOAD resolved the issue.
Thanks, looks good! Is it safe to set this option on older php installations? (Like 5.3)
This constant has been introduced in 5.5 so it's not safe to set it for previous versions.
Curl safe upload is preventing laraworker to upload code to the server.
Here's where I reported the issue originally: https://github.com/iron-io/laraworker/issues/5
Setting CURLOPT_SAFE_UPLOAD resolved the issue.