mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
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
|