Greg Beaver wrote:
> cellog                Sat Oct 11 19:14:08 2008 UTC
> 
>   Modified files:              (Branch: PHP_5_3)
>     /php-src  NEWS 
>     /php-src/ext/zlib zlib_filter.c 
>     /php-src/ext/bz2  bz2_filter.c 
>   Log:
>   fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress 
> after end of stream
>   [DOC] add concatenation option to bz2.decompress stream filter

I'm sorry, this is not nearly verbose enough to be useful.  Here is what
the concatenation option does:

If a stream contains multiple bzip2-compressed files concatenated
together, this option will allow decompressing all of them at once.
Otherwise, only the first file will be decompressed.

Greg

Reply via email to