From 7811bcb155d2ede7a715519e09a9220a8b452e2c Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 26 May 2009 08:03:07 +0000 Subject: [PATCH] - Added note about omitted break --- ext/zlib/zlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 3a3701e26e..4493db4cd9 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -1091,6 +1091,7 @@ static int php_zlib_output_compression_start(TSRMLS_D) break; case 1: ZLIBG(output_compression) = 4096; + /* break omitted intentionally */ default: /* ZLIBG(compression_coding) should be 0 when zlib compression hasn't been started yet.. */ if (ZLIBG(compression_coding) == 0) { -- 2.50.1