I have:
windows Server 2003 - IIS 7.0 - PHP 5.2
Now I tried to install cURL. I get the php_curl.dll in the php.ini and have the right extension path. I also added the both needed dll-files to the system32 directory.
Poorly as soon as I acitve the "extension=php_curl.dll" line, I get a internal error 500 with "Fast-CGI cannot be loaded correctly".
When I comment the "extension=php_curl.dll"-line out, it works fine.
Any ideas?
I found thi in the error log from windows events: "Fehlerhafte Anwendung php-cgi.exe, Version 5.2.13.13, Zeitstempel 0x4b853880, fehlerhaftes Modul php-cgi.exe, Version 5.2.13.13, Zeitstempel 0x4b853880, Ausnahmecode 0xc0000005, Fehleroffset 0x0000191a, Prozess-ID 0xf21c, Anwendungsstartzeit 01cb29beb76560b4."