summaryrefslogtreecommitdiff
path: root/archivers/php55-phar/files/patch-phar.c
blob: ae3b3230e526272ec90468c1d94cdac6b8154b72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- phar.c.orig	2016-06-21 11:11:59 UTC
+++ phar.c
@@ -3651,7 +3651,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)
+#if defined(HAVE_HASH)
 	ZEND_MOD_REQUIRED("hash")
 #endif
 #if HAVE_SPL