I have a problem that curl
is not showing in phpinfo as i am using wampserver(64 bit)
but when i open php and then php extensions a tick is placed
This is where I finally found my answer: PHP cURL not working - WAMP on Windows 7 64 bit
There, Matthieu Napoli says:
Go to http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ and download the curl version that corresponds to your php version under "Fixed curl extensions:".
So if you have php 5.3.13, download "php_curl-5.3.13-VC9-x64.zip". Try the "VC" version first. Then replace the php_curl.dll in ext folder. This worked for me.