PHP - Fatal error: Call to undefined function curl_init()

Fatal error: Call to undefined function curl_init()

Solution of this problem is we need open "curl function" first. We can open this function in "php.ini" in "C:\windows\php.ini"

step 1: open "c:\windows\php.ini"
step 2: find ";extension=php_curl.dll" and change to "extension=php_curl.dll"
step 3: go to "dir:\AppServ\php5"
step 4: find
    -libeay32.dll
    -ssleay32.dll
step 5: copy those files to "C:\windows\system32";
step 6 (last step): restart apache or restart appserv server.

Website reference: moshikub.com

Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

Setting IntelliJ IDEA to run Groovy Script

C# - BASE64 to Image