0

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?

Jonah H.
  • 203
  • 3
  • 8

1 Answers1

1

I had the same problem, this fixed it for me

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

syl
  • 13
  • 2