Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11902 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17953 invoked by uid 1010); 4 Aug 2004 11:45:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17919 invoked from network); 4 Aug 2004 11:45:08 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.21) by pb1.pair.com with SMTP; 4 Aug 2004 11:45:08 -0000 Received: (qmail 4799 invoked from network); 4 Aug 2004 11:45:07 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay1 with SMTP; 4 Aug 2004 11:45:07 -0000 Received: (qmail 30365 invoked from network); 4 Aug 2004 11:38:41 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.153.201]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 4 Aug 2004 11:38:41 -0000 Message-ID: <016501c47a18$b9291e60$0100a8c0@pc07653> To: "Wez Furlong" Cc: "PHPdev" References: <005d01c47a12$d1988450$0100a8c0@pc07653> <4e89b426040804043976e9ea50@mail.gmail.com> Date: Wed, 4 Aug 2004 12:46:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: [PHP-DEV] compressed streams From: nlopess@php.net ("Nuno Lopes") 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.