forked from Lainports/freebsd-ports
Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
11 lines
332 B
C
11 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
|