How to enable curl in Wamp server [duplicate] How to enable curl in Wamp server [duplicate] curl curl

How to enable curl in Wamp server [duplicate]


The steps are as follows :

  1. Close WAMP (if running)
  2. Navigate to WAMP\bin\php\(your version of php)\
  3. Edit php.ini
  4. Search for curl, uncomment extension=php_curl.dll
  5. Navigate to WAMP\bin\Apache\(your version of apache)\bin\
  6. Edit php.ini
  7. Search for curl, uncomment extension=php_curl.dll
  8. Save both
  9. Restart WAMP


I got the same issue and this solved it for me. Perhaps this might be a fix for your problem too.

Here is the fix. Follow this linkhttp://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/

Go to "Fixed curl extensions" and download the extension that matches your PHP version.

Extract and copy "php_curl.dll" to the extension directory of your wamp installation.(i.e. C:\wamp\bin\php\php5.3.13\ext)

Restart Apache

Done!

Refer to:http://blog.nterms.com/2012/07/php-curl-issues-with-wamp-server-on.html

Cheers!


Left Click on the WAMP icon the system try -> PHP -> PHP Extensions -> Enable php_curl