Platonides wrote:
Open php.ini and search for extension_dir option. Change it to: extension_dir = "ext" (it may be there commented, or already right)
Then continue down to the list of extension= Uncomment extension=curl.dll
That should install curl in a normal php binary. Hopefully it won't be different in LAMP. You may need to restart apache after changing php.ini
Sorry, I read WAMP....