X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=KnownIssues.txt;h=62ba03294c4bc96bb1b98c6c2356ebf110add072;hp=e4ce6c8c3d903b821cf381d72dd2e49453e86a45;hb=e37040ebf8a470c77c7ae3498ee582ca20db259c;hpb=3d32981b334c85d8f848488b77cb29eea6b7b544 diff --git a/KnownIssues.txt b/KnownIssues.txt index e4ce6c8..62ba032 100644 --- a/KnownIssues.txt +++ b/KnownIssues.txt @@ -20,9 +20,8 @@ to not check for zlib header bytes. This is not preventable AFAICS. generate any compressed data (gzip, deflate AKA zlib and raw deflate); just use the flag for the data format you want to generate: HTTP_DEFLATE_TYPE_GZIP, HTTP_DEFLATE_TYPE_ZLIB or HTTP_DEFLATE_TYPE_RAW. - Using a deflate stream filter on a stream you read from, will -not work as expected, because the filter does not know when to finish, -thus the trailing bytes (GZIP and ZLIB, not RAW) won't ever be generated. + Using an encoding stream filter on a stream you read from, will +not work as expected in a PHP version lower than 5.1.3. Internals: - there's a memleak with sizeof(zval) for each thrown exception,