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

Check if cURL supports the desired features #16269

Merged
merged 1 commit into from
May 12, 2015
Merged

Conversation

LukasReschke
Copy link
Member

Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour.

Fixes #16179 for master – stable8 requires another patch. This is the same approach as I used for SabreDAV in sabre-io/http@59179fd

cc @MorrisJobke @nickvergessen Please review and test.

Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour.

Fixes #16179 for master – stable8 requires another patch.
@LukasReschke LukasReschke added this to the 8.1-current milestone May 12, 2015
@LukasReschke
Copy link
Member Author

Stable8 PR is at #16270

@scrutinizer-notifier
Copy link

A new inspection was created.

@MorrisJobke
Copy link
Contributor

👍

1 similar comment
@karlitschek
Copy link
Contributor

👍

@MorrisJobke
Copy link
Contributor

MorrisJobke added a commit that referenced this pull request May 12, 2015
Check if cURL supports the desired features
@MorrisJobke MorrisJobke merged commit dc36282 into master May 12, 2015
@MorrisJobke MorrisJobke deleted the master-fix-16179 branch May 12, 2015 16:27
mmattel pushed a commit to mmattel/core that referenced this pull request May 22, 2015
Check if cURL supports the desired features
@SergioBertolinSG
Copy link
Contributor

Just checked that libcurl3 in ubuntu 12.04 is 7.22, in cent os 6 is 7.19.7 and CURLOPT_PROTOCOLS and CURLOPT_PROTOCOLS_REDIR were added in curl 7.19.4
Older distro found with a curl older than this is cent os 5 which is not supported and php available for centos 5 is php 5.1. Php version required for oc 8.0 is 5.4.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

curl_setopt() expects parameter 2 to be long
5 participants