I am having following error on using curlas extension
Fatal error: Call to undefined function curl_init() in C:\wamp\www***\index.php on line 15
I have following configuration
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
i installed wampserver2.2e-php5.4.3-httpd2.2.22-mysql5.5.24-x64.exe
i tried to enable other extension also and restarted server but they local host is not able to load that extension.
phpinfo()to see which php.ini file is being loaded, and load the extension in that one.