Activate cURL?

Hi,

I'm trying to do some simple php programming that requires me to use the curl library. I have not found a way to enable this on our server. Some people have said to add a custom php.ini file to my domain directory I want to use it on but I'm either using the wrong file or implementing it wrong... Any advice on how to enable usage of the curl library? It seems simple but I'm lost.

-Ray
 

ok yes, in a ticket ask for a copy of the php version you are using to be placed in your domain.com folder(be sure to specify 4 or 5,otherwise it will break your site if the wrong version)

From there download the file and edit it, taking the ; off in front of the php_curl.dll option.

This will enable the php built in curl, windows doesn't offer command line access to libcurl.
 
Back
Top