Page 1 of 1

curl_init():call to undifined external function 'curl_init'

Posted: Tue Sep 20, 2005 3:58 pm
by falcon758
when i try to execute one programm in php it give me this error:
curl_init():call to undifined external function 'curl_init' , extension 'php_curl' - check configuration
How can i resolve it?
thanks

Posted: Tue Sep 20, 2005 3:59 pm
by Jenk
Have you got the curl extension installed and loaded on the server? :)

curl_init is not a default PHP function, it is part of the cURL package :)

Posted: Tue Sep 20, 2005 5:01 pm
by falcon758
Where can i download it?
and how can i install it?

Posted: Tue Sep 20, 2005 5:04 pm
by feyd