Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47818 invoked by uid 1010); 7 May 2007 07:18:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47803 invoked from network); 7 May 2007 07:18:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 07:18:49 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:49160] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/F9-52548-7D2DE364 for ; Mon, 07 May 2007 03:18:48 -0400 Received: from baumbart.mbo (dslb-084-063-004-200.pools.arcor-ip.net [84.63.4.200]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 2F8CA1B3629; Mon, 7 May 2007 09:18:45 +0200 (CEST) Date: Mon, 7 May 2007 09:18:50 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1287046733.20070507091850@marcus-boerger.de> To: steve CC: internals@lists.php.net In-Reply-To: <57792e850705061955x2bcb1d0csbd3613456081a622@mail.gmail.com> References: <57792e850705061955x2bcb1d0csbd3613456081a622@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phar & apc From: helly@php.net (Marcus Boerger) Hello steve, why don't you give it a try: http://de.php.net/phar http://pecl.php.net/package/phar marcus Monday, May 7, 2007, 4:55:10 AM, you wrote: > Before reading the thread on the idea of a PHP 5.3 branch, I had never > heard of phar, so please excuse my neophyte questions, but I couldn't > find a reference with the information. On a single website application > environment (as opposed to a shared host type of thing), what are the > performance characteristics of using a phar file to replace a largish > collection of php files? > Does the performance improve or not? does a fast-cgi based > installation make a difference? > Are stat calls for included files short-circuited since it is all > really one file? Does this improve things in windows where file calls > seem so damn slow? Linux? > Most important, how does it work with APC? > thank you for any answers or references to points of study on the web. > -s Best regards, Marcus