From 4c61cf6f4cb2418cdfb14fe04bc703d7a3f9dcab Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 22 Nov 2005 19:17:58 +0000 Subject: - install extension headers - make the hash algo registry case insensitive - "export" inline php_hash_bin2hex --- ext/hash/config.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/hash/config.m4') diff --git a/ext/hash/config.m4 b/ext/hash/config.m4 index e2deffaff0..a8380594c0 100644 --- a/ext/hash/config.m4 +++ b/ext/hash/config.m4 @@ -7,4 +7,7 @@ PHP_ARG_ENABLE(hash, whether to enable hash support, if test "$PHP_HASH" != "no"; then AC_DEFINE(HAVE_HASH_EXT,1,[Have HASH Extension]) PHP_NEW_EXTENSION(hash, hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c, $ext_shared) + ifdef([PHP_INSTALL_HEADERS], [ + PHP_INSTALL_HEADERS(ext/hash, php_hash.h php_hash_md.h php_hash_sha.h php_hash_ripemd.h php_hash_haval.h) + ], [ ]) fi -- cgit v1.2.1