I have php_curl.dll in xampp/php/ext/ folder and in php.ini file I set extension=php_curl.dll (removed ';'). I also set extension_dir = "C:\xampp\php\extensions\" in php.ini file. Then I restarted the Apache, even I restarted the system 2 times. But till in Phpinfo() I cant see curl. and I am getting error like"Call to undefined function curl_init()"`
I have PHP version 5.2.4.
extension_diris already set toC:\xampp\php\extfor me. Try moving yourphp_curl.dllinto that directory.extension_dirtoC:\xampp\php\extensions, yet you put the actual extension inC:\xampp\php\ext?