Net_Curl()

Enviada por anjo 
anjo
Net_Curl()
29 de July de 2002 às 02:34PM
Estou utilizando as Classes PEAR,
quando tendo utilizar a funcao curl_init()
ocorre este erro
Fatal error: Call to undefined function: curl_init() in
ou seja a funcao nao esta definida..
Sera que terei que compilar o php para rever esta funcao?
André de Castro Zorzo
Re: Net_Curl()
29 de July de 2002 às 02:43PM
sim !


To use PHP's CURL support you must also compile PHP --with-curl[=DIR] where DIR is the location of the directory containing the lib and include directories. In the "include" directory there should be a folder named "curl" which should contain the easy.h and curl.h files. There should be a file named "libcurl.a" located in the "lib" directory.
anjo
Re: Net_Curl()
31 de July de 2002 às 07:38PM
blz..
funcionou..
recopilei...
com estas configuraçoes..
Você precisa estar logado no PHPBrasil.com para poder enviar mensagens para os nossos fóruns.

Faça o login aqui.