Tuesday, November 13, 2007

Call to undefined function curl_init() on windows

Reason: Curl is not enabled by default.

Steps:
1. uncomment the following line from your php.ini (remove the ';')
;extension=php_curl.dll

location of php.in
apache\bin

program: xampplite.

ps: there's another one under /php/folder BUT THAT IS PHP5.ini
/php/php5.ini

No comments: