X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config.w32;h=395b45f45d085b1892d10dc34f253d3758686db0;hp=1ec34d1b640de85f26c332e2dd40af1446e45555;hb=8100ac331745453877d4d939e2698b5acdfd1d1f;hpb=fe0761a31f82ea9807f9dcdc4bce3e9de9c766b4 diff --git a/config.w32 b/config.w32 index 1ec34d1..395b45f 100644 --- a/config.w32 +++ b/config.w32 @@ -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"))) {