From: Edin Kadribasic Date: Fri, 3 Mar 2006 14:35:29 +0000 (+0000) Subject: MFB: Sync with source distro, enable hash by default X-Git-Tag: RELEASE_1_2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75287c2261a8ee4cacc93d5df393f2ae92374c12;p=php MFB: 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);