A filter != wrapper, so copying the code won't work.
Filters are preferred over wrappers for compression/decompression in any case.
I didn't say we weren't going to fix the bug, just that it might not
be fixable; need to check into it.
You don't *need* it, since you can always do this:
$name = tempnam('/tmp', 'notes');
copy("http://.....", $name);
fopen("compress.bzip://$name", 'r');
--Wez.
On Wed, 4 Aug 2004 12:46:47 +0100, Nuno Lopes <[EMAIL PROTECTED]> wrote:
> This code is in PHP 5.1. We have plents of time to fix it.
> If the PECL code works, why not copy it? I need this to allow anyone to
> compile livedocs with notes (without needing the token)
>
> Nuno
>
>
>
>
> ----- Original Message -----
> > Most likely a bug in the bzip2 wrapper.
> > It might not be fixable, and it might be better to use Sara's bzip2
> > filter from pecl instead.
> >
> > --Wez.
>
>
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php