summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-11-04 13:33:15 +0000
committerMarcus Boerger <helly@php.net>2008-11-04 13:33:15 +0000
commit582cdf9a279e70a3c9e88057f4c6c9a911e16592 (patch)
tree44b828c9a1b1fa174edade15099e89260adafa13 /ext/phar/phar.c
parent7102449f76cd9b3acf7455322c9a84b19a92f478 (diff)
downloadphp-git-582cdf9a279e70a3c9e88057f4c6c9a911e16592.tar.gz
- MFH Add hash dependency at module source level
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 45c999a5af..85f72236b8 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -3671,6 +3671,9 @@ static zend_module_dep phar_deps[] = {
ZEND_MOD_OPTIONAL("openssl")
ZEND_MOD_OPTIONAL("zlib")
ZEND_MOD_OPTIONAL("standard")
+#if HAVE_HASH
+ ZEND_MOD_REQUIRED("hash")
+#endif
#if HAVE_SPL
ZEND_MOD_REQUIRED("spl")
#endif