From: Edin Kadribasic Date: Fri, 3 Mar 2006 14:34:34 +0000 (+0000) Subject: Sync with source distro, enable hash by default X-Git-Tag: php-5.1.3RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1024ce67972714079bc591444a59870c780e350;p=php Sync with source distro, enable hash by default --- diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index 344d5e18d7..a3e3f845cc 100644 --- a/ext/hash/config.w32 +++ b/ext/hash/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("hash", "enable hash support", "no"); +ARG_ENABLE("hash", "enable hash support", "yes"); if (PHP_HASH != "no") { AC_DEFINE('HAVE_HASH_EXT', 1);