Linux
1 min read

Fixing undefined function curl_init() error Lampp

Fixing undefined function curl_init() error Lampp : Are you getting “PHP Fatal error: Uncaught Error: Call to undefined function curl_init()” means cURL is a PHP extension is not installed. This problem is generally occurred when you installed Lampp and forgot to install php_curl. How to install php_curl : First step : Stop apache sudo service […]