I'm running an IIS6 server on Windows Server 2003 R2 SP2.
I've installed PHP on the server, and MOST of it is working fine. However, if I try to enable the cURL extension for PHP, I get the following error when I try to run ANY php script:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
As soon as I disable the cURL extension, every script works just fine.
Any ideas on what's going on?