Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32251 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21525 invoked by uid 1010); 11 Sep 2007 13:55:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21496 invoked from network); 11 Sep 2007 13:55:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2007 13:55:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:46963] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/74-28712-E3E96E64 for ; Tue, 11 Sep 2007 09:55:14 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id F22A791E0DD; Tue, 11 Sep 2007 06:55:02 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-1-170.neb.res.rr.com [76.84.1.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id A801B91E0D9; Tue, 11 Sep 2007 06:55:01 -0700 (MST) Message-ID: <46E69EF8.8000704@chiaraquartet.net> Date: Tue, 11 Sep 2007 08:58:16 -0500 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: BuildSmart CC: Marcus Boerger , Andi Gutmans , David Coallier , PHP Developers Mailing List References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> <46E5B223.5070406@chiaraquartet.net> <698DE66518E7CA45812BD18E807866CEA2AE65@us-ex1.zend.net> <698DE66518E7CA45812BD18E807866CEA2AF4D@us-ex1.zend.net> <46E622F6.5000208@chiaraquartet.net> <698DE66518E7CA45812BD18E807866CEA2AF58@us-ex1.zend.net> <639782303.20070911114250@marcus-boerger.de> <65B25E48-CB2F-44E2-BB08-6D3C82E9FC53@daleenterprise.com> In-Reply-To: <65B25E48-CB2F-44E2-BB08-6D3C82E9FC53@daleenterprise.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] RE: Why not jar for phar? (was Re: [PHP-DEV] PHAR was PHP 5.3 Suggested Feature List) From: greg@chiaraquartet.net (Gregory Beaver) BuildSmart wrote: > > On Sep 11, 2007, at 05:42:50, Marcus Boerger wrote: > > > Hello Andi, > > > to end this 'many tools' reasoning. For those issues we already > adopted > > zip and if people insist I wouldn't mind if anybody would provide a > working > > tar implementation that allows reading of tgz and tar.bz2 files as well. > > Yest the purpose of Phar is very different. Anyway can it be that > Dmitry was > > using an old version of Phar where indeed the performance was bad? > > While this may seem trivial to some, is there a reason that spl is > disabled when phar is enabled? It might seem trivial to others because you're not reading the source correctly. SPL is not disabled when phar is enabled. Greg