- added INI setting http.force_exit which can be used to disable script termination
[m6w6/ext-http] / config.w32
index 5f176d50378871f27c52ecda25d7040e4e96bd1c..1cc13f5ec622804a9b51215adfa4d7b49fa8577f 100644 (file)
@@ -24,6 +24,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");
        }