I am using wamp 2.2 with php 5.3.13 and Apache 2.2.22 and I am getting this error on my localhost:
Call to undefined function curl_init()
I removed ;
from extension=php_curl.dll
My extension_dir = "c:/wamp/bin/php/php5.3.13/ext/"
is correct
I have restarted my wamp server and even download the php_curl.dll from the following URL http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
and I am still getting this error...anyone got any ideas?
Thanks, J