themattharris / tmhOAuth

An OAuth 1.0A library written in PHP
Apache License 2.0
855 stars 335 forks source link

Deprecated "curl_setopt" error on PHP 5.5.24 #190

Open damienfa opened 8 years ago

damienfa commented 8 years ago

I updated my php from 5.3 to 5.5.24 and now I have an error :

Deprecated: curl_setopt(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead in /space/.../vendor/themattharris/tmhoauth/tmhOAuth.php on line 787

Any help ?