Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93388 invoked by uid 1010); 10 Sep 2007 21:29:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93371 invoked from network); 10 Sep 2007 21:29:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 21:29:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:32323] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/45-59734-827B5E64 for ; Mon, 10 Sep 2007 17:29:12 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Mon, 10 Sep 2007 14:29:11 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CEA2AE65@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHAR was PHP 5.3 Suggested Feature List Thread-Index: Acfz7jgVOH4Lo8fGQJimT6XBkYYOKgAAuWsA References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> <46E5B223.5070406@chiaraquartet.net> To: "Gregory Beaver" Cc: "PHP Developers Mailing List" Subject: PHAR was PHP 5.3 Suggested Feature List From: andi@zend.com ("Andi Gutmans") Yes, I will ask Dmitry to share it with you. There's huge value in having a standard format which existing tools can already manipulate. It doesn't have to be tar but IMO it should be something standard. Andi =09 > -----Original Message----- > From: Gregory Beaver [mailto:greg@chiaraquartet.net] > Sent: Monday, September 10, 2007 2:08 PM > To: Andi Gutmans > Cc: PHP Developers Mailing List > Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List >=20 > Andi Gutmans wrote: > >> 14) Link phar extension from PECL into core (possibly enabling it by > >> default) > >> > >> 1 0 -1 > > > > -1 (I'd prefer a standard format which can be manipulated with > standard > > tools (also some tests we did with TAR format we got much better > > performance). In general though the use-case should be clear as I > don't > > think Web apps are the real target here)) >=20 > Care to share how you benchmarked? I found an exponential performance > improvement when I moved from tar to the current file format. >=20 > Greg