Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable curl in Wamp server [duplicate]

Tags:

php

curl

wamp

I try 30 combination of answer and forum topic but did not find the right answer.

I do all but how I can enable the curl int wamp server becouse I need that?

is there any solution? I try to uncomment - dont work? I try to chech into wamp task bar icons - php extension - php_curl I try to copy php_curl.dll into win sistem

NOT WORK

What I need to do?

like image 639
user1766361 Avatar asked Oct 22 '12 23:10

user1766361


People also ask

What is curl in Apache?

The curl utility is a command line tool available on Unix, Linux, Mac OS X, Windows, and many other platforms. curl provides easy access to the HTTP protocol (among others) directly from the command line and is therefore an ideal way of interacting with CouchDB over the HTTP REST API.


1 Answers

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
like image 185
Bibaswann Bandyopadhyay Avatar answered Oct 02 '22 16:10

Bibaswann Bandyopadhyay