We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e3480 commit 0a852eaCopy full SHA for 0a852ea
ext/hash/config.w32
@@ -15,6 +15,6 @@ if (PHP_HASH != "no") {
15
AC_DEFINE('HAVE_HASH_EXT', 1);
16
EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c "
17
+ "hash_tiger.c hash_gost.c hash_snefru.c hash_whirlpool.c "
18
- + "hash_adler32.c hash_crc32.c hash_salsa.c");
+ + "hash_adler32.c hash_crc32.c hash_salsa.c hash_joaat.c hash_fnv.c");
19
}
20
0 commit comments