amazon-s3-php-class
amazon-s3-php-class copied to clipboard
Bugfix for SSL version constant
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.
Fix for #110