mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
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);
|