From: Michael Wallner Date: Tue, 10 Oct 2006 09:32:11 +0000 (+0000) Subject: - attempt to fix PHP-5.0 build at pecl4win X-Git-Tag: RELEASE_1_3_2~4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8100ac331745453877d4d939e2698b5acdfd1d1f;hp=fe0761a31f82ea9807f9dcdc4bce3e9de9c766b4 - attempt to fix PHP-5.0 build at pecl4win --- 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"))) {