On Fri, 2005-10-21 at 15:11 -0500, Jay Blanchard wrote: > IIS5 on W2K > PHP 4.4.n > php_curl.dll is not commented. > libeay32.dll AND ssleay32.dll are in the system folder (system32 too, just > in case) > path to the extensions is correct > > Fatal error: Call to undefined function: curl_init() in > E:\sitegrp1\TEST20051010\curltest.php on line 3 Done a phpinfo() to see if the CURL extension is really getting loaded? Is your extension_dir (or whatever it's called) correct in php.ini? The other thing that's caught me out when I've been forced to use that degenerate platform, is that sometimes PHP is using a different php.ini from the one you thought it was using, f.x. if there has been an earler PHP install and someone's put php.ini in c:\windows\system32 or something. -- Jasper Bryant-Greene General Manager Album Limited e: jasper@xxxxxxxxxxx w: http://www.album.co.nz/ p: 0800 4 ALBUM (0800 425 286) or +64 21 232 3303 a: PO Box 579, Christchurch 8015, New Zealand -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php