mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
10 lines
352 B
C
10 lines
352 B
C
--- 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);
|