Posted by Arjen on 05/11/07 13:20
Henk oegema wrote:
> The script below, is a script that logs on to my VoIPBuster account and
> (should) returns the remaining credit.
> During debugging I found that the script stops at
> $ch = curl_init();
>
> I get Error message:
> CALL TO UNDEFINED FUNCTION curl_init();
From the php website
In order to use PHP's cURL functions you need to install the » libcurl
package. PHP requires that you use libcurl 7.0.2-beta or higher. In PHP
4.2.3, you will need libcurl version 7.9.0 or higher. From PHP 4.3.0,
you will need a libcurl version that's 7.9.8 or higher. PHP 5.0.0
requires a libcurl version 7.10.5 or greater.
Arjen
--
http://www.hondenpage.com - mijn site over honden
[Back to original message]
|