When I use the cURL() function with the debugger I receive a "Fatal error: Call to undefined function: curl_init()" debug error message.

Is there a way to configure and use the cURL() function with VS.PHP 2.4, on Vista Ultimate with IIS 7?

And if yes, where might I find instructions on how to configure it?

Thanks in advance - Rob

arsen3d says:

So how do you configure cURL to work with VS.PHP?

juanc says:

First thing is to create a custom php.ini file:

http://www.jcxsoftware.com/jcx/vsphp/tutorials/custom_phpini

Then you want to enable the php_curl.dll extension

Juan