Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25269 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22855 invoked by uid 1010); 9 Aug 2006 16:19:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22840 invoked from network); 9 Aug 2006 16:19:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2006 16:19:02 -0000 X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:37131] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id D6/16-30310-3FA0AD44 for ; Wed, 09 Aug 2006 12:19:00 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k79GIuFG006597; Wed, 9 Aug 2006 09:18:56 -0700 In-Reply-To: <23.D5.30310.D990AD44@pb1.pair.com> References: <006501c6b036$2f6f3e60$0100a8c0@pc07653> <29.B7.04178.B7D96C44@pb1.pair.com> <5A.40.30310.13BB9D44@pb1.pair.com> <4ab4ebe104220f549e55ef6dc797285d@gravitonic.com> <23.D5.30310.D990AD44@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <2ce26e8c618d9799a4f454582429faf6@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Wed, 9 Aug 2006 09:19:40 -0700 To: Michael Wallner X-Mailer: Apple Mail (2.623) Subject: Re: [PHP-DEV] Re: upgrading the zlib extension to unicode From: andrei@gravitonic.com (Andrei Zmievski) Okay, so this doesn't have much to do with Unicode stuff. I think if you port it, calling it something other than http_encoding would be a good idea, to avoid confusion with other "encoding" settings. -Andrei On Aug 9, 2006, at 9:13 AM, Michael Wallner wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php