Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60477 invoked by uid 1010); 8 May 2007 08:58:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60462 invoked from network); 8 May 2007 08:58:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2007 08:58:22 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.231 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.231 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.231] ([64.233.162.231:62686] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/93-10930-EAB30464 for ; Tue, 08 May 2007 04:58:22 -0400 Received: by nz-out-0506.google.com with SMTP id k1so2088668nzf for ; Tue, 08 May 2007 01:58:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wn2a0IuwxYpcBaCDP2t45hM7tJW1I5oiq3P4BQkOsbsr9jO19P00C7W/cD1kCjXWoiDvvMpJKrooE8deHGtOZnfE0hxWVbpzFhLojdeyBq8APsO73Gq+A1+HHxS5sONYUZDTJoM+aGCNhB1OxgTq3jOkKzrIiWUZ0SYK7JRvX44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ssLO40Vj1gfpTSBziLrDxR7LiLzigF1DwmC9WkqBP5wMYRUzmUrRl9zkQ+tf2s9qQUk08w6+TzUFU3lQxFEdZ7uIsmvf86Q3fz3rsyR0Y94UjmQiNQRqbwfHvDGshRVmMNRLVG3mH20qbGlsJcXWrfK3ind0agFukavkBmr4dig= Received: by 10.114.135.1 with SMTP id i1mr2519169wad.1178614699449; Tue, 08 May 2007 01:58:19 -0700 (PDT) Received: by 10.114.178.20 with HTTP; Tue, 8 May 2007 01:58:19 -0700 (PDT) Message-ID: Date: Tue, 8 May 2007 10:58:19 +0200 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <1376921277.20070508103616@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <139872287.20070504170744@marcus-boerger.de> <1062653277.20070507092725@marcus-boerger.de> <463ED871.8080606@zend.com> <463F1B3A.3070703@pooteeweet.org> <463F74EA.7030704@zend.com> <1377895609.20070507211530@marcus-boerger.de> <463F8909.6000709@zend.com> <1376921277.20070508103616@marcus-boerger.de> Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: pierre.php@gmail.com (Pierre) On 5/8/07, Marcus Boerger wrote: > Now adding Pecl/Zip was a clever idea as it allows an easy way to > compress stuff on the fly for sites that offer downloads. However > this is a) far far away from a mainstream problem And to read zip files (upload, ftp, remote data). I think each of us has had to deal with zip data (read or write) more than once. It is a mainstream need. Or if you mean that phar is not a mainstream problem then I agree. But I don't really see the point to compare both, they are too completely different extension (general purpose and developer/packager extension). I'm in general in favour of phar but I don't think we should start 5.3 for it. I don't think either that it is stable enough to be bundled. I doubt it is possible to have a stable package in only three public releases (even the first public release was already marked stable). However once this package got a wider audience and users base, I don't have real objections to do not bundle it even if I still think that phar is a packager tool and have little to do with the mainstream needs. --Pierre