curl
CURL support enabled
CURL Information libcurl/7.11.2 OpenSSL/0.9.7c zlib/1.1.4
look for that in your phpinfo(); display
if you see it, your all set... if not, if unix/linux, you have to compile php with-curl, or if on windows, uncomment the extension for curl.dll in the php.ini file
|