mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
10 lines
350 B
C
10 lines
350 B
C
--- zlib.c.orig 2016-06-22 01:50:40 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);
|