summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 25bb2c9e4a..317f325061 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -3628,9 +3628,7 @@ static const zend_module_dep phar_deps[] = {
ZEND_MOD_OPTIONAL("openssl")
ZEND_MOD_OPTIONAL("zlib")
ZEND_MOD_OPTIONAL("standard")
-#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH)
ZEND_MOD_REQUIRED("hash")
-#endif
ZEND_MOD_REQUIRED("spl")
ZEND_MOD_END
};