Jan Hajek - 2015-08-11 10:03:02
When using $http->Open, it would be great to be able to pass "prefer_curl" setting through arguments of Open function.
Starting on line 645 - maybe to have it simple like this:
if(IsSet($arguments["prefer_curl"])) $this->prefer_curl=$arguments["prefer_curl"];
Thank you for considering.
(I am using this library with your oauthclient module and it is quite crucial for me to use cURL since fsockopen is broken on my server and I would prefer cURL anyways).