General

How to enable PHP cURL extension? (Pre-requisite)

187 views 0

cURL is enabled by default but in case you have disabled it, follow the below steps to enable it.

  1. Open php.ini(it’s usually in /etc/ or in php folder on the server).
  2. Search for extension=php_curl.dll. Uncomment it by removing the semi-colon( ; ) in front of it.
  3. Restart the Apache Server.