From: Pierre Joye Date: Tue, 14 Dec 2010 12:11:39 +0000 (+0000) Subject: - that's not in 5.3 X-Git-Tag: php-5.3.6RC1~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=101bb977730bddff83c640273c5e3335099916d7;p=php - that's not in 5.3 --- diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index 6a2fcff18f..5fcd1544a1 100644 --- a/ext/hash/config.w32 +++ b/ext/hash/config.w32 @@ -15,7 +15,7 @@ if (PHP_HASH != "no") { AC_DEFINE('HAVE_HASH_EXT', 1); EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c " + "hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c " - + "hash_adler32.c hash_crc32.c hash_salsa.c hash_joaat.c hash_fnv.c"); + + "hash_adler32.c hash_crc32.c hash_salsa.c hash_joaat.c"); PHP_INSTALL_HEADERS("ext/hash/", "php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h " + "php_hash_haval.h php_hash_tiger.h php_hash_gost.h php_hash_snefru.h " +