amazon-s3-php-class icon indicating copy to clipboard operation
amazon-s3-php-class copied to clipboard

Bugfix for SSL version constant

Open xelan opened this issue 9 years ago • 1 comments

Fixes PHP notice Use of undefined constant CURL_SSLVERSION_TLSv1 in PHP < 5.5

The CURL_SSLVERSION_* constants are not available in PHP < 5.5, but their literal integer values work. See https://bugs.php.net/bug.php?id=62318 for more information.

xelan avatar Dec 23 '15 10:12 xelan

Fix for #110

xelan avatar Dec 23 '15 10:12 xelan