Curl and PHP5 on Windows
I am trying to getting Curl to work properly on my Windows. I am getting this error when I try to load the php_curl.dll module:
Fatal error: Call to undefined function curl_init()
To fix this, copy libeay32.dll and ssleay32.dll from PHP\dll folder into c:\windows\system32. Override any existing file. Restart Apache server and this should fix the problem.




Posted February 24, 2007
Comments(0)