elohimreign
01-15-2011, 11:02 AM
I have a php page that requires curl_init(). The knowledge base says it is ebabled, yet phpinfo() makes no mention of it (on my site at least). Is there a setting in the ini file that refers to the dll for this that needs to be modified, do we need to make a support request, or something else?
I am on windows 7.
Fatal error: Call to undefined function curl_init()...
I found this:
If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.
Here, but it's dated: http://www.hotscripts.com/forums/php/26167-fatal-error-call-undefined-function-curl_init.html (http://www.hotscripts.com/forums/php/26167-fatal-error-call-undefined-function-curl_init.html")
Thanks.
I am on windows 7.
Fatal error: Call to undefined function curl_init()...
I found this:
If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file - extension=php_curl.dll and restarting the web server.
Here, but it's dated: http://www.hotscripts.com/forums/php/26167-fatal-error-call-undefined-function-curl_init.html (http://www.hotscripts.com/forums/php/26167-fatal-error-call-undefined-function-curl_init.html")
Thanks.