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

Fixing curl upload for PHP 5.6+ #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing curl upload for PHP 5.6+ #15

wants to merge 1 commit into from

Conversation

caiovlp
Copy link

@caiovlp caiovlp commented Apr 1, 2015

Curl safe upload is preventing laraworker to upload code to the server.

Here's where I reported the issue originally:
iron-io/laraworker#5

Setting CURLOPT_SAFE_UPLOAD resolved the issue.

@thousandsofthem
Copy link
Contributor

Thanks, looks good!
Is it safe to set this option on older php installations? (Like 5.3)

@giorgiosironi
Copy link

This constant has been introduced in 5.5 so it's not safe to set it for previous versions.

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

Successfully merging this pull request may close these issues.

None yet

3 participants