From 630d411c5c38eee9bf43f63e49b796741f050d54 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 14 Dec 2010 12:12:26 +0000 Subject: [PATCH] - that's not in 5.3 --- ext/hash/config.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index 5fcd1544a1..5fc63a3c78 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_adler32.c hash_crc32.c hash_salsa.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 " + -- 2.40.0