Project URL: http://curl.haxx.se/libcurl/
All prebuilt libraries are available as part of the PHP SDK
See https://github.com/pierrejoye/curl/blob/master/winbuild/BUILD.WINDOWS.txt
Example release build command line:
nmake /f Makefile.vc mode=static VC=9 WITH_DEVEL=D:\repo\curl_deps WITH_SSL=static WITH_ZLIB=static WITH_SSH2=static ENABLE_WINSSL=no USE_IDN=no GEN_PDB=yes DEBUG=no
Note that php is always using a dynamic openssl runtime. Even when using WITH_SSL=static, openssl dlls are required.