Someone else with the same problem still didn't get a decent answer/fix for my problem:
Before you comment or criticize, please make sure you read my proceedures below so as not to repeat what I've seen 100x already in Google and Stack Overflow...
C:\xampplite
(newest version, only one php.ini
file in C:\xampplite\php
)http://localhost/
C:\xampplite\php\ext\php_curl.dll
php.ini
edited and saved for removal of ;
at beginning of line extension=php_curl.dll
php.ini
default for extension_dir = "C:\xampplite\php\ext"
correct and left alonephpinfo();
still does not display anything with the word "curl" in itThanks in advance.
I had a similar problem except for error reporting. Searched all over the internet and all I found was "modify the php.ini file". I modified all the php.ini files but I was still getting the same error. Turns out WAMP has visual settings which I believe overwrite the php.ini. So to turn on curl, you'd left click on XAMPP icon in your start start menu -> PHP -> PHP Settings -> php_curl (make sure it is checked).
Maybe this is your problem.
Hope it helps.
-c0d3