summaryrefslogtreecommitdiff
path: root/archivers/php55-phar/files/patch-phar.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
committerRene Ladan <rene@FreeBSD.org>2016-10-21 07:30:32 +0000
commit87a09e788fd713fb5c314f2fa9d9134fef902401 (patch)
tree2fb06aa538d7e0beddd857fc446f090c3bb788b8 /archivers/php55-phar/files/patch-phar.c
parentUnlink expired PHP5.5 ports. (diff)
Remove expired PHP5.5 ports.
Diffstat (limited to 'archivers/php55-phar/files/patch-phar.c')
-rw-r--r--archivers/php55-phar/files/patch-phar.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/php55-phar/files/patch-phar.c b/archivers/php55-phar/files/patch-phar.c
deleted file mode 100644
index ae3b3230e526..000000000000
--- a/archivers/php55-phar/files/patch-phar.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- phar.c.orig 2016-06-21 11:11:59 UTC
-+++ phar.c
-@@ -3651,7 +3651,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