Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24732 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28170 invoked by uid 1010); 20 Jul 2006 00:05:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28154 invoked from network); 20 Jul 2006 00:05:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 00:05:41 -0000 X-PHP-List-Original-Sender: edink@emini.dk X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:1719] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 35/0C-29121-224CEB44 for ; Wed, 19 Jul 2006 19:45:39 -0400 Received: from [10.0.0.111] (gw1.emini.dk [212.242.124.121]) by gw2.emini.dk (Postfix) with ESMTP id 98169B049F; Thu, 20 Jul 2006 01:45:35 +0200 (CEST) Message-ID: <44BEC433.5090307@emini.dk> Date: Thu, 20 Jul 2006 01:45:55 +0200 Organization: Emini A/S User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: pierre.php@gmail.com Cc: internals@lists.php.net References: <20060719173451.114d4528@pierre-u64> In-Reply-To: <20060719173451.114d4528@pierre-u64> X-Enigmail-Version: 0.92.0.0 OpenPGP: id=157D0FA8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: edink@emini.dk (Edin Kadribasic) Pierre wrote: > Hello, > > > Many people (incl. php devs) asked me if I can include zip in 5.2.0. > Ilia thought it was too late in the game and planed to do it in 5.2.1. > > I like to have it in, as experimental. > > Please note that it intoduces a new class called Zip, but I never saw a > php zip implementation named Zip. +1 for inclusion of zip to 5.2.0. Zip is optional extension that is not enabled by default. Its a low-risk and very useful addition. Edin