Skip to content

Commit

Permalink
- MFH We only rely on hash if it is built-in
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Nov 4, 2008
1 parent 582cdf9 commit 6ca3ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/phar/phar.c
Expand Up @@ -3671,7 +3671,7 @@ static zend_module_dep phar_deps[] = {
ZEND_MOD_OPTIONAL("openssl")
ZEND_MOD_OPTIONAL("zlib")
ZEND_MOD_OPTIONAL("standard")
#if HAVE_HASH
#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH)
ZEND_MOD_REQUIRED("hash")
#endif
#if HAVE_SPL
Expand Down

0 comments on commit 6ca3ad3

Please sign in to comment.