- CS
[m6w6/ext-http] / config.w32
index c5240375df1dd4f1dccc92be7099d812057e7102..395b45f45d085b1892d10dc34f253d3758686db0 100644 (file)
@@ -56,7 +56,7 @@ if (PHP_HTTP != "no") {
                "http_filter_api.c http_request_body_api.c http_querystring_object.c "+
                "http_deflatestream_object.c http_inflatestream_object.c "+
                "http_cookie_api.c http_querystring_api.c http_request_datashare_api.c "+
-               "http_requestdatashare_object.c",
+               "http_requestdatashare_object.c http_request_info.c",
                null,
                "/I\"" + configure_module_dirname + "/phpstr\"");
        ADD_SOURCES(configure_module_dirname + "/phpstr", "phpstr.c", "http");
@@ -78,7 +78,7 @@ if (PHP_HTTP != "no") {
                WARNING("zlib encoding functions not enabled; libraries and headers not found");
        }
        
-       if (PHP_HASH != "no") {
+       if (typeof(PHP_HASH) != "undefined" && PHP_HASH != "no") {
                var f;
                
                if ((f = check_for_pecl_ext("hash")) || (f = check_for_main_ext("hash"))) {