Login
Username:
password:
✕
Home
Search
Login
Register
Forum
»
Tech Forum
»
Programming
»
[HOWTO]Enable Curl in Wamp
Advertisement
Pages: [
1
]
▽ Go Down ▽
[HOWTO]Enable Curl in Wamp
(Read 6329 times)
Admin
Administrator
Hero Member
Posts: 1546
[HOWTO]Enable Curl in Wamp
«
on:
December 13, 2010, 04:09:14 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.
Pages: [
1
]
△ Go Up △