Got an error "Fatal error: Call to undefined function: curl_init()" when open "example.php". (Ornagai PHP SDK)
Solution:
If your are using 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.
For Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.
You don't have permission to comment on this page.
Comments (1)
Htain Linn Htoo said
at 4:42 am on May 8, 2010
Got an error "Fatal error: Call to undefined function: curl_init()" when open "example.php". (Ornagai PHP SDK)
Solution:
If your are using 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.
For Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.
You don't have permission to comment on this page.