diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-10-21 07:30:32 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-10-21 07:30:32 +0000 |
commit | 87a09e788fd713fb5c314f2fa9d9134fef902401 (patch) | |
tree | 2fb06aa538d7e0beddd857fc446f090c3bb788b8 /archivers/php55-zlib/files/patch-zlib.c | |
parent | Unlink expired PHP5.5 ports. (diff) |
Remove expired PHP5.5 ports.
Notes
Notes:
svn path=/head/; revision=424382
Diffstat (limited to 'archivers/php55-zlib/files/patch-zlib.c')
-rw-r--r-- | archivers/php55-zlib/files/patch-zlib.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/archivers/php55-zlib/files/patch-zlib.c b/archivers/php55-zlib/files/patch-zlib.c deleted file mode 100644 index 62d5d711db17..000000000000 --- a/archivers/php55-zlib/files/patch-zlib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- zlib.c.orig 2016-06-21 11:11:59 UTC -+++ zlib.c -@@ -977,6 +977,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); |