Skip to content

Commit 6ca3ad3

Browse files
committed
- MFH We only rely on hash if it is built-in
1 parent 582cdf9 commit 6ca3ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/phar/phar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3671,7 +3671,7 @@ static zend_module_dep phar_deps[] = {
36713671
ZEND_MOD_OPTIONAL("openssl")
36723672
ZEND_MOD_OPTIONAL("zlib")
36733673
ZEND_MOD_OPTIONAL("standard")
3674-
#if HAVE_HASH
3674+
#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH)
36753675
ZEND_MOD_REQUIRED("hash")
36763676
#endif
36773677
#if HAVE_SPL

0 commit comments

Comments
 (0)