Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68155 invoked by uid 1010); 21 Jul 2006 11:24:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68139 invoked from network); 21 Jul 2006 11:24:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2006 11:24:24 -0000 X-PHP-List-Original-Sender: jared.williams1@ntlworld.com X-Host-Fingerprint: 81.103.221.47 mta07-winn.ispmail.ntl.com Solaris 8 (1) Received: from ([81.103.221.47:4282] helo=mtaout01-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 10/B7-29121-769B0C44 for ; Fri, 21 Jul 2006 07:24:24 -0400 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20060721112420.SGLX15018.mtaout01-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com>; Fri, 21 Jul 2006 12:24:20 +0100 Received: from win2ks ([82.3.16.111]) by aamtaout03-winn.ispmail.ntl.com with ESMTP id <20060721112422.JLUB11710.aamtaout03-winn.ispmail.ntl.com@win2ks>; Fri, 21 Jul 2006 12:24:22 +0100 Reply-To: To: , Date: Fri, 21 Jul 2006 12:25:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <20060719173451.114d4528@pierre-u64> Thread-Index: AcarSd8Q8kCXMAJzSQagklCgonOtRwBbdxkg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Message-ID: <20060721112422.JLUB11710.aamtaout03-winn.ispmail.ntl.com@win2ks> Subject: RE: [PHP-DEV] Adding pecl/zip to 5.2 From: jared.williams1@ntlworld.com ("Jared Williams") References: <20060719173451.114d4528@pierre-u64> > 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/-1/0? I would've preferred an unified package for handling multiple archives (zip/rar/tgz etc). Similar to what PDO does for databases, if it is going into core. Jared