Call to undefined function curl_init()
        Posted  
        
            by solid
        on Server Fault
        
        See other posts from Server Fault
        
            or by solid
        
        
        
        Published on 2009-12-30T10:21:20Z
        Indexed on 
            2010/04/14
            17:33 UTC
        
        
        Read the original article
        Hit count: 276
        
I've enabled curl in PHP.INI en restarted my machine and Apache.
extension=php_curl.dll
Still I get the following error in my php script:
Call to undefined function curl_init()
I'm running XAMP on Windows XP Pro. Any thoughts?
php_curl.dll is in C:\Program Files\xampp\php\ext extension_dir = "C:\Program Files\xampp\php\ext\"
© Server Fault or respective owner