summaryrefslogtreecommitdiff
path: root/archivers/php71-phar/files/patch-phar.c
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-01-24 11:54:20 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-01-24 11:54:20 +0000
commitdb021968e3411b659e079e540742896abe4193f1 (patch)
treead7f282ff1e254cc6c54bfc24d23efee0af4d12e /archivers/php71-phar/files/patch-phar.c
parentprint/texlive-texmf: unbreak on aarch64 on real hardware (diff)
Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Notes
Notes: svn path=/head/; revision=432324
Diffstat (limited to 'archivers/php71-phar/files/patch-phar.c')
-rw-r--r--archivers/php71-phar/files/patch-phar.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/php71-phar/files/patch-phar.c b/archivers/php71-phar/files/patch-phar.c
new file mode 100644
index 000000000000..e7ae6cb3328d
--- /dev/null
+++ b/archivers/php71-phar/files/patch-phar.c
@@ -0,0 +1,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