aboutsummaryrefslogtreecommitdiff
path: root/archivers/php72-phar/files/patch-phar.c
blob: e7ae6cb3328d12ed917ac991d4c5e8918dbd9cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- phar.c.orig	2016-06-21 19:56:49 UTC
+++ phar.c
@@ -3589,7 +3589,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