Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24730 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11890 invoked by uid 1010); 19 Jul 2006 23:31:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11874 invoked from network); 19 Jul 2006 23:31:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2006 23:31:28 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.173:32355] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id B7/6B-29121-E1CBEB44 for ; Wed, 19 Jul 2006 19:11:27 -0400 Received: by ug-out-1314.google.com with SMTP id k3so618202ugf for ; Wed, 19 Jul 2006 16:11:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YWEv4hLvkAhxXt4GJga93hduJjZc4GQRMq7tjz7cOuTMROfCKUcKCvk2TP6brMe4Q4+lTgPXaLLFs+wbX7+pxO2bfrJd7QmQTiG4veOAlUjqHkY3u9glQeLV6/IiTP9IdvyPRTNXezAD6iYSViIbnaV1yv7TmpB1uQw8doN//As= Received: by 10.67.93.7 with SMTP id v7mr1252272ugl; Wed, 19 Jul 2006 16:11:24 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Wed, 19 Jul 2006 16:11:24 -0700 (PDT) Message-ID: Date: Thu, 20 Jul 2006 01:11:24 +0200 To: "Jani Taskinen" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060719173451.114d4528@pierre-u64> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: pierre.php@gmail.com (Pierre) On 7/20/06, Jani Taskinen wrote: > On Wed, 19 Jul 2006, Pierre wrote: > > > Please note that it intoduces a new class called Zip, but I never saw a > > php zip implementation named Zip. > > > > +1/-1/0? > > -1 in core, PECL is the place for this. > -100 for class called Zip for the same reasons why we can not have > Date and TimeZone classes. With the difference that I'm honest and do inform everyone. But your point is, in this case, wrong: - it is experimental and not enabled by default. Date is enabled by default - if it is enabled by default, it will not be before php6 at best, meaning it is a major version - I never saw any kind of code using Zip This extension was wrongly moved to PECL. It is time to fix this mistake. OpenDocument support and other zip based system justify this addition even more. --Pierre --Pierre