X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=e0a8af83f8b8efe250e9d75c0566fe450c78ec68;hp=1966723d89c4b7a6dfc9ab0e9c1ae180b288073c;hb=e2d31d8ae762ed3acb0ef5ec21edfcc94293dfaf;hpb=e6b35fbe072a13b0e792952852fcd1499bd8e610 diff --git a/config.w32 b/config.w32 index 1966723..e0a8af8 100644 --- a/config.w32 +++ b/config.w32 @@ -86,7 +86,11 @@ if (PHP_HTTP != "no") { if (PHP_SESSION != "no") { ADD_EXTENSION_DEP("http", "session", true); } - + + if (PHP_ICONV != "no") { + ADD_EXTENSION_DEP("http", "iconv", true); + } + CURL_LIB = PHP_DEBUG != "no" ? "libcurld.lib":"libcurl.lib"; if (CHECK_HEADER_ADD_INCLUDE("curl/curl.h", "CFLAGS_HTTP") && CHECK_HEADER_ADD_INCLUDE("openssl/crypto.h", "CFLAGS_HTTP") &&