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

CURL Updates throw warnings #2

Description

@mbates

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions