Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

CURL Updates throw warnings #2

Open
mbates opened this issue Mar 6, 2014 · 0 comments
Open

CURL Updates throw warnings #2

mbates opened this issue Mar 6, 2014 · 0 comments

Comments

@mbates
Copy link

mbates commented Mar 6, 2014

In the requestcore class you have used, there are warnings from the latest version of PHP

have a look here for more details

http://www.serverphorums.com/read.php?7,620892

This is easily fixed if you want to update your code:
vendors/aws-sdk/lib/requestcore/requestcore.class.php

625
- curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, true);
+ curl_setopt($curl_handle, CURLOPT_SSL_VERIFYHOST, 2);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant