Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45396 invoked from network); 14 Jun 2008 15:55:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2008 15:55:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:59111] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/17-06776-CF9E3584 for ; Sat, 14 Jun 2008 11:55:41 -0400 Received: from MBOERGER-ZRH.corp.google.com (p508660CD.dip.t-dialin.net [80.134.96.205]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id DB3F711F38B; Sat, 14 Jun 2008 17:55:37 +0200 (CEST) Date: Sat, 14 Jun 2008 17:55:38 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1856029099.20080614175538@marcus-boerger.de> To: Gregory Beaver CC: internals Mailing List In-Reply-To: <4852F1DA.8000205@chiaraquartet.net> References: <4852F1DA.8000205@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] phar development update From: helly@php.net (Marcus Boerger) Hello Gregory, Saturday, June 14, 2008, 12:16:58 AM, you wrote: > Hi all, > A quick note on significant improvements to phar committed recently: > * tar-based archives now fully support metadata and signatures, > bringing them in line with more of the features of phar-based phar archives. > * true asymmetric signing support using OpenSSL private/public key pairs > * phar.cache_list provides pre-parsing of phar manifests at MINIT, with > performance enhancement that matches on-disk for non-APC and improves > perf to 19 req/sec (in-phar) vs. 28 req/sec (on-disk) in my benching of > phpMyAdmin with APC. This performance benefit only accrues with > webservers that run MINIT once and then spawn other processes/threads > with RINIT. > Also, Scott is working on a patch to sqlite that will allow using > databases mounted inside a phar archive with a phar url, which will > greatly simplify pharring apps that use sqlite. WOW, SQLite from within a phar sounds really awesome! Best regards, Marcus