Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25268 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20341 invoked by uid 1010); 9 Aug 2006 16:13:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20326 invoked from network); 9 Aug 2006 16:13:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2006 16:13:18 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from ([80.123.98.46:9766] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 23/D5-30310-D990AD44 for ; Wed, 09 Aug 2006 12:13:18 -0400 Message-ID: <23.D5.30310.D990AD44@pb1.pair.com> To: internals@lists.php.net Date: Wed, 09 Aug 2006 18:13:15 +0200 User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 References: <006501c6b036$2f6f3e60$0100a8c0@pc07653> <29.B7.04178.B7D96C44@pb1.pair.com> <5A.40.30310.13BB9D44@pb1.pair.com> <4ab4ebe104220f549e55ef6dc797285d@gravitonic.com> In-Reply-To: <4ab4ebe104220f549e55ef6dc797285d@gravitonic.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: [PHP-DEV] Re: upgrading the zlib extension to unicode From: mike@php.net (Michael Wallner) Andrei Zmievski wrote: > Sorry, refresh my memory, what are we talking about here? I was planning to port http://cvs.php.net/pecl/http/http_encoding_api.c?view=markup to ext/zlib. It would provide a concise zlib API for PHP and uses a more performant iterative inflate approach instead of the current retry approach. Additionally, if we required a minimum zlib version of 1.2, we'd benefit of zlib internal GZIP capabilities. Regards, -- Michael