Advertisement

[HOWTO]Enable Curl in Wamp

 (Read 6465 times)

Admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 1549
    • The Jucktion
[HOWTO]Enable Curl in Wamp
« on: Dec 13, 2010, 04:09 PM »
This is a simple tutorial to enable curl on your windows installation of Wamp to test Curl with PHP on your localhost. These steps are easy to implement as shown below.

1. If your wamp server is running, You'll have to close it

2. Navigate to wamp\bin\php\<your version of php>\ or left click the wamp icon on the taskbar -> PHP ->php.ini
     - Edit php.ini
     - Search for curl, uncomment extension=php_curl.dll (remove the ; from the front of the line to uncomment)
     - Save the file

3. Navigate to wamp\bin\Apache\<your version of apache>\bin\
     - Edit php.ini
     - Search for curl, uncomment extension=php_curl.dll (remove the ; from the front of the line to uncomment)
     - Save the file

4. Restart WAMP Serve to use Curl in your Windows WAMP.

That will solve your Curl issues.