Author Topic: Step to Enable CURL in WAMP ON Windows  (Read 6013 times)

phpdeveloper

  • Newbie
  • *
  • Posts: 39
Step to Enable CURL in WAMP ON Windows
« on: January 24, 2012, 02:18:52 PM »
1) Close WAMP (if running)
2) Goto WAMP>bin>php>(your version of php)
3) edit php.ini
4) Search for curl, uncomment extension=php_curl.dll
5) Goto 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

Sponsor

  • ****
  • Posts: 100
Step to Enable CURL in WAMP ON Windows
« sponsored at January 24, 2012, 02:18:52 PM »