I want to uncomment curl in php.ini file of apache and php so I follow this steps.
- 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 8 ) Save both
- Restart WAMP
Upto step no 4 I have done. But I can't find php.ini file in apache\bin. Thanks in advance.