break;
}
- flags |= (G->send.deflate.start_flags &~ 0xf);
+ flags |= (G->send.deflate.start_flags &~ 0xf0);
G->send.deflate.stream = http_encoding_deflate_stream_init(NULL, flags);
}
zend_error(E_ERROR, "ob_inflatehandler() can only be used once");
return;
}
- G->send.inflate.stream = http_encoding_inflate_stream_init(NULL, (HTTP_G(send).inflate.start_flags &~ 0xf));
+ G->send.inflate.stream = http_encoding_inflate_stream_init(NULL, (HTTP_G(send).inflate.start_flags &~ 0xf0));
}
if (G->send.inflate.stream) {