X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=8120ff23036a18b8a28f12a58955b3ac5af282d5;hp=5f176d50378871f27c52ecda25d7040e4e96bd1c;hb=a0bca521b491711e43aef74fe19c23a8eb4d0777;hpb=63e6b23a0f7f61a169bddd5b80d4d8114a147deb diff --git a/config.w32 b/config.w32 index 5f176d5..8120ff2 100644 --- a/config.w32 +++ b/config.w32 @@ -12,7 +12,8 @@ if (PHP_HTTP != "no") { "http_api.c http_cache_api.c http_request_pool_api.c "+ "http_request_api.c http_date_api.c http_headers_api.c "+ "http_message_api.c http_send_api.c http_url_api.c "+ - "http_info_api.c http_request_method_api.c http_encoding_api.c", + "http_info_api.c http_request_method_api.c http_encoding_api.c "+ + "http_filter_api.c", null, "/I\"" + configure_module_dirname + "/phpstr\""); ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http"); @@ -24,6 +25,7 @@ if (PHP_HTTP != "no") { if (CHECK_HEADER_ADD_INCLUDE('zlib.h', 'CFLAGS_HTTP')) { AC_DEFINE('HTTP_HAVE_ZLIB', 1, "Have zlib library"); + ADD_FLAG("LDFLAGS_HTTP", "/FORCE:MULTIPLE"); } else { WARNING("zlib encoding functions not enabled; libraries and headers not found"); }