]> granicus.if.org Git - php/commitdiff
- Added note about omitted break
authorJani Taskinen <jani@php.net>
Tue, 26 May 2009 08:03:07 +0000 (08:03 +0000)
committerJani Taskinen <jani@php.net>
Tue, 26 May 2009 08:03:07 +0000 (08:03 +0000)
ext/zlib/zlib.c

index 3a3701e26e0e30737a2b61dd89f2020c52879dab..4493db4cd99f2eed86c284909a61813a5bc5cc58 100644 (file)
@@ -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) {