From: Bryan on
I cannot get the curl commands to work in Windows. I am using WAMP 5.
Can anyone point me in the right direction on how to get it working?
From: "Philip Olson" on
On 6/17/08, Bryan <Saint_BoBo(a)crowbarland.endersnet.com> wrote:
>
> I cannot get the curl commands to work in Windows. I am using WAMP 5. Can
> anyone point me in the right direction on how to get it working?


You must enable the appropriate dll files (php_curl.dll) inside php.ini. See
also the following for additional details (and DLL files):

http://php.net/curl.installation

Then, restart your web server.

Regards,
Philip