03-17-2009, 11:51 PM
|
#3 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by Wildhoney
Is it the cURL plugin enabled in php.ini?
|
Nothing in php.ini but I did figure it out.
Eventhough I had CURL installed, I didn't have libcurl installed.
So I downloaded libcurl and installed it.
Recompiled my PHP with it, restarted Apache and now it works.
What I don't get is, what is the difference between libcurl and curl?
Is libcurl just some kind of wrapper for curl? I always thought that CURL was a PHP specific set of libraries...is it available for other languages like ASP, Perl etc?
|
|
|
|