amazon icon indicating copy to clipboard operation
amazon copied to clipboard

CURL Updates throw warnings

Open mbates opened this issue 11 years ago • 0 comments

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);

mbates avatar Mar 06 '14 23:03 mbates