Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73219 invoked from network); 5 Jul 2008 15:57:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jul 2008 15:57:36 -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 208.83.222.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:48757] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/29-10299-9E99F684 for ; Sat, 05 Jul 2008 11:57:29 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 3B825C11DD9; Sat, 5 Jul 2008 08:57:23 -0700 (MST) Received: from [192.168.1.120] (static-64-115-191-41.isp.broadviewnet.net [64.115.191.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 75CF5C11DD1; Sat, 5 Jul 2008 08:57:20 -0700 (MST) Message-ID: <486F99E0.7090402@chiaraquartet.net> Date: Sat, 05 Jul 2008 11:57:20 -0400 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Dmitry Stogov CC: Lukas Kahwe Smith , PHP Developers Mailing List References: <486C82F0.8000400@zend.com> In-Reply-To: <486C82F0.8000400@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] towards a 5.3 release From: greg@chiaraquartet.net (Greg Beaver) Dmitry Stogov wrote: > Lukas Kahwe Smith wrote: > >> 2) phar extension >> I guess we are pretty solid here? >> > > We'll need to review the phar before release. It definitely must be in > 5.3, but it should be improved, and this improvements may require some > changes in ZE. > > For now packed phpMyAdmin is 4 times slower than unpacked (with and > without opcode cache). > Hi, I am sure this is because non-code files are not cached, and so the archive must be decompressed on each page load. If there was a way to do a persistent temporary file, this could be avoided, and would make compressed phars perform equal to uncompressed phars if coupled with phar.cache_list > I'm going to assign next week to ext/phar. > Glad to hear :). I am (as a reminder) out of commission from a coding perspective until August due to poor internet access and no time, just as I have been for every summer. Greg