1
0
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:
Jani Taskinen
2009-05-26 08:03:07 +00:00
parent 86fed7fac7
commit 7811bcb155
+1
View 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) {