amazonwebservices / aws-sdk-for-php

(DEPRECATED) AWS SDK for PHP - Version 1. Version 3 is the latest:
https://github.com/aws/aws-sdk-php
710 stars 254 forks source link

CURLOPT_CLOSEPOLICY is deprecated #70

Closed d9magai closed 10 years ago

d9magai commented 10 years ago

I have eliminated curl_setopt of CURLOPT_CLOSEPOLICY. CURLOPT_CLOSEPOLICY is deprecated, as it was never implemented in cURL and never had any effect. This parameter removed in PHP 5.6.0. http://php.net/manual/en/function.curl-setopt.php

d9magai commented 10 years ago

sorry, I have removed this by mistake.