Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25016 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70863 invoked by uid 1010); 27 Jul 2006 16:41:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70848 invoked from network); 27 Jul 2006 16:41:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2006 16:41:33 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.22:48613] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 51/06-23194-9BCE8C44 for ; Thu, 27 Jul 2006 12:41:31 -0400 Received: (qmail 12245 invoked from network); 27 Jul 2006 16:41:26 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.207) by relay2 with SMTP; 27 Jul 2006 16:41:26 -0000 Received: (qmail 20542 invoked from network); 27 Jul 2006 16:41:27 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.3 X-Virus-Status: Clean (0.00556 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.73.89]) (envelope-sender ) by mta12 (qmail-ldap-1.03) with SMTP for ; 27 Jul 2006 16:41:27 -0000 Message-ID: <009401c6b19b$80fe8950$0100a8c0@pc07653> To: , "Michael Wallner" References: <006501c6b036$2f6f3e60$0100a8c0@pc07653> <29.B7.04178.B7D96C44@pb1.pair.com> Date: Thu, 27 Jul 2006 17:41:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] Re: upgrading the zlib extension to unicode From: nlopess@php.net ("Nuno Lopes") > Nuno Lopes wrote: >> Hello, >> >> So Andrei asked me to upgrade the zlib extension, but I have a few >> questions I would like to discuss with you: > > I'd like to collaborate on this. Besides reimplementing the output > handler to use the new API, I planned to upgrade it to something similar > like http_encoding_api. OK, I think I've completed the upgrade (it now requires a binary string), but I left the ob_gzhandler() function for you ;) Nuno