Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32210 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81827 invoked by uid 1010); 10 Sep 2007 21:04:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81812 invoked from network); 10 Sep 2007 21:04:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 21:04:38 -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:49316] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/23-59734-561B5E64 for ; Mon, 10 Sep 2007 17:04:38 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 49952C0DD07; Mon, 10 Sep 2007 14:04:35 -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 D83B1C0DD02; Mon, 10 Sep 2007 14:04:34 -0700 (MST) Message-ID: <46E5B223.5070406@chiaraquartet.net> Date: Mon, 10 Sep 2007 16:07:47 -0500 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Andi Gutmans CC: PHP Developers Mailing List References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> In-Reply-To: <698DE66518E7CA45812BD18E807866CEA2AE39@us-ex1.zend.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: greg@chiaraquartet.net (Gregory Beaver) 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)) Care to share how you benchmarked? I found an exponential performance improvement when I moved from tar to the current file format. Greg