diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
commit | 687591dd75e7bc33dfeb597493d97e5baaf89f1d (patch) | |
tree | a2ff3d816b255016827738be132f8fc8bff8f5d9 /archivers/php72-zlib/files/patch-zlib.c | |
parent | Update the cmake family to 3.9.6 (skip 3.9.5, the upstream (diff) |
Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
Notes
Notes:
svn path=/head/; revision=454302
Diffstat (limited to 'archivers/php72-zlib/files/patch-zlib.c')
-rw-r--r-- | archivers/php72-zlib/files/patch-zlib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/php72-zlib/files/patch-zlib.c b/archivers/php72-zlib/files/patch-zlib.c new file mode 100644 index 000000000000..be02c50d1df6 --- /dev/null +++ b/archivers/php72-zlib/files/patch-zlib.c @@ -0,0 +1,10 @@ +--- 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); |