X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=config.w32;h=395b45f45d085b1892d10dc34f253d3758686db0;hb=5b55dee0720e8969d8b6ddd7fa3ef7a7f415abcc;hp=1ec34d1b640de85f26c332e2dd40af1446e45555;hpb=aebfa7783e7b280bff4975649b20494e5eb932bc;p=m6w6%2Fext-http 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"))) {