mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
- Added note about omitted break
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user