Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38207 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92732 invoked from network); 13 Jun 2008 22:16:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2008 22:16:50 -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:44223] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/71-15165-1D1F2584 for ; Fri, 13 Jun 2008 18:16:49 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 68419C130D1 for ; Fri, 13 Jun 2008 15:16:52 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 2B59CC130CF for ; Fri, 13 Jun 2008 15:16:52 -0700 (MST) Message-ID: <4852F1DA.8000205@chiaraquartet.net> Date: Fri, 13 Jun 2008 17:16:58 -0500 User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: internals Mailing List X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: phar development update From: greg@chiaraquartet.net (Gregory Beaver) 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. Greg