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?

link|improve this question
feedback

1 Answer

I had the same problem, this fixed it for me

http://stackoverflow.com/questions/3756569/installing-php-curl-on-iis

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.