File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ static int php_zlib_output_handler_ex(php_zlib_context *ctx, php_output_context
231
231
deflateEnd (& ctx -> Z );
232
232
return FAILURE ;
233
233
}
234
+ fallthrough ;
234
235
case Z_STREAM_END :
235
236
if (ctx -> Z .avail_in ) {
236
237
memmove (ctx -> buffer .data , ctx -> buffer .data + ctx -> buffer .used - ctx -> Z .avail_in , ctx -> Z .avail_in );
@@ -366,7 +367,7 @@ static void php_zlib_output_compression_start(void)
366
367
break ;
367
368
case 1 :
368
369
ZLIBG (output_compression ) = PHP_OUTPUT_HANDLER_DEFAULT_SIZE ;
369
- /* break omitted intentionally */
370
+ fallthrough ;
370
371
default :
371
372
if ( php_zlib_output_encoding () &&
372
373
(h = php_zlib_output_handler_init (ZEND_STRL (PHP_ZLIB_OUTPUT_HANDLER_NAME ), ZLIBG (output_compression ), PHP_OUTPUT_HANDLER_STDFLAGS )) &&
You can’t perform that action at this time.
0 commit comments