mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
db021968e3
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
12 lines
332 B
C
12 lines
332 B
C
--- 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
|