Hannes Magnusson wrote:
> On Sat, Oct 11, 2008 at 21:35, Gregory Beaver <[EMAIL PROTECTED]> wrote:
>   
>> 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.
>>     
>
> Maybe its just me, but I have never heard of such thing before and am
> pretty sure that is the reason why tar is used.
>
> Can you do it the otherway around with the extension?
>
> Example showing both usecases would be appreciated.
http://bugs.php.net/bug.php?id=46026 see the 2nd comment.  Apparently
bzip2 command works this way.

Greg

Reply via email to