I'm having trouble getting the CURL extension to work on PHP 5.5 ts-VC11 on Win7 64 bit. The supplied php_curl.dll
loads but does nothing (doesn't register itself as a curl extension) without throwing any error.
I know there is a solution for running a patched php_curl.dll
on PHP 5.3 and 5.4 on Windows 64 bit, but I have to use PHP 5.5 64 bit, and I can't find a working CURL extension for that.
Is there a solution?