Wong HoWang wrote:

>Hi, Everybody!
>
>I got this when I execute the script:
>Fatal error: Call to undefined function: curl_init() in msnp9.class.php on 
>line 259
>
>is there anyway to solve it?
>

Yes, by installing the curl libraries. If you are using Windows and PHP
5.0, you can get the curl library DLL from the PECL collection:

http://www.php.net/get/pecl-5.0.4-Win32.zip/from/a/mirror

If you are using Linux, you can add the --with-curl (or was it
--enable-curl) configure argument and re-compile PHP.

Regards,
Torgny

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to