How to enable curl in Wamp server

curl, php, wamp

Solution

The steps are as follows :

- Close WAMP (if running)

- Navigate to `WAMP\bin\php\(your version of php)\`

- Edit `php.ini`

- Search for curl, uncomment `extension=php_curl.dll`

- Navigate to `WAMP\bin\Apache\(your version of apache)\bin\`

- Edit `php.ini`

- Search for curl, uncomment `extension=php_curl.dll`

- Save both

- Restart WAMP

Problem

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?

Original source

Related problems