Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64813 invoked by uid 1010); 6 Sep 2005 06:46:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64798 invoked from network); 6 Sep 2005 06:46:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2005 06:46:26 -0000 X-Host-Fingerprint: 212.77.105.136 it.wp-sa.pl Received: from ([212.77.105.136:11883] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CD/1E-33268-24B3D134 for ; Tue, 06 Sep 2005 02:46:26 -0400 To: internals@lists.php.net,Ron Korving Message-ID: <431D3B3D.3050607@wp.pl> Date: Tue, 06 Sep 2005 08:46:21 +0200 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <431C2738.2040602@wp.pl> <67.D1.33268.C615C134@pb1.pair.com> In-Reply-To: <67.D1.33268.C615C134@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 212.77.105.136 Subject: Re: crc32 From: wmeler@wp.pl (Wojtek Meler) Ron Korving wrote: > Wouldn't it be more practical to implement these as stream filters? Sure - I was not aware PHP5 streams - I'm still using PHP4 string.base64 is good choice. But I'm not sure if crc fit to streams. You can always implement fast userland filter with such function ;) . Wojtek