summaryrefslogtreecommitdiff
path: root/archivers/php74-zlib/files/patch-zlib.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-25 13:34:18 -0600
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-25 13:36:42 -0600
commit0d310d700aa060b02feec9c7487893a983bf7098 (patch)
tree3d35d698e9c13e27e41a8cd9de8ff7839dcd7b66 /archivers/php74-zlib/files/patch-zlib.c
parentmail/dovecot: fix build (diff)
*/*php74*: Sunset php 7.4
As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74 from the tree. Default version of php has already been switched to 8.1. Approved by: portmgr (blanket infrastructure) Sponsored by: Bounce Experts
Diffstat (limited to 'archivers/php74-zlib/files/patch-zlib.c')
-rw-r--r--archivers/php74-zlib/files/patch-zlib.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/archivers/php74-zlib/files/patch-zlib.c b/archivers/php74-zlib/files/patch-zlib.c
deleted file mode 100644
index be02c50d1df6..000000000000
--- a/archivers/php74-zlib/files/patch-zlib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- zlib.c.orig 2016-06-21 19:57:08 UTC
-+++ zlib.c
-@@ -1480,6 +1480,7 @@ static PHP_MSHUTDOWN_FUNCTION(zlib)
- /* {{{ PHP_RINIT_FUNCTION */
- static PHP_RINIT_FUNCTION(zlib)
- {
-+ ZLIBG(output_compression) = 0;
- ZLIBG(compression_coding) = 0;
- if (!ZLIBG(handler_registered)) {
- ZLIBG(output_compression) = ZLIBG(output_compression_default);