How to Enable CURL in WAMP?

CURL is not enabled by default in WAMP. Every php programmer have to use CURL to make remote connection.

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

That will solve your Curl issues.
Enjoy!

Share

71 thoughts on “How to Enable CURL in WAMP?

  1. Pingback: php – Call to undefined function curl_init() – with WAMP-ThrowExceptions – ThrowExceptions

  2. Donte

    Very good article! We will be linking to this particularly great post on our
    website. Keep up the good writing.

  3. Linebarrels

    Thank-you vary much !!
    I have search a solution like this since 3 hours.

    Because I have not the right to install application in my computer and I have only wamp.

    Good Work.

  4. Anonymous

    Hllo Therе. I discovered yoսr weblog the use oof msn. Thatt is ɑn extremely neatly ԝritten article.

    I’ll Ƅe suге tο bookmark it and return tߋ гead extra of youг useful info.
    Tank you for thе post. ӏ’ll definitely return.

  5. Pingback: Complete Guideline of Creating a Opencart Project | Learning Smartly

  6. Hafeez Baig

    i have still same problem any other way to solve this problem i am going to instal stoke software and i am getting error ” CURL PHP exention missing!”

  7. Pingback: Complete Guideline of Creating a Opencart Project | SHAMIMBD

  8. e11world

    This is the one that worked for me I think because I kept downloading different curl dll files and no fix after restarting and enabling stuff.
    Copied the following to windows/system32 folder and restarted wamp and it worked (from php folder in wamp)
    libeay32.dll
    php5ts.dll
    ssleay32.dll
    php.ini
    (downloaded file or in ext folder)
    php_curl.dll

    Still though, my site shows up but wp admin doesn’t work in localhost. Any help is much appreciated.

  9. Pingback: Complete Guideline of Creating a Opencart Project | SHAMIM-BD

Leave a Reply

Your email address will not be published. Required fields are marked *