I\'ve installed php on my computer without a server and running it using cli php curl isn\'t enabled and I don\'t have a clue how to do it.
In case someone comes across this thread and uses wamp server, here's a quick fix for the problem above http://forum.wampserver.com/read.php?2,47455
- How use cURL library when running PHP through Command Line
you need first to install cURL
- http://curl.haxx.se/docs/install.html
- http://it.php.net/features.commandline [via Web Archive]