Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22068 invoked from network); 6 Aug 2008 15:48:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2008 15:48:16 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; 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:46103] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/EE-41960-EB7C9984 for ; Wed, 06 Aug 2008 11:48:15 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 52681C0D8E6; Wed, 6 Aug 2008 08:48:10 -0700 (MST) Received: from [192.168.3.29] (ool-4576734c.dyn.optonline.net [69.118.115.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 9B397C0D8E2; Wed, 6 Aug 2008 08:48:09 -0700 (MST) Message-ID: <4899C7AD.2090300@chiaraquartet.net> Date: Wed, 06 Aug 2008 11:47:57 -0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Steph Fox CC: PHP Developers Mailing List , Lukas Kahwe Smith References: <048401c8f73d$8e04bcc0$a7bd614d@foxbox> <009e01c8f7ba$87c547d0$a7bd614d@foxbox> In-Reply-To: <009e01c8f7ba$87c547d0$a7bd614d@foxbox> 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 alpha2 From: greg@chiaraquartet.net (Greg Beaver) Steph Fox wrote: > Hi Lukas >> these are the ml posts i was referring t:o >> http://marc.info/?l=php-internals&m=121626110032715 > > rmdir etc are working now (Dmitry fixed that during his Phar-week). This would be great, I will try to verify all of this next week some time. >> http://marc.info/?l=php-internals&m=121507100804623 > > Dmitry also improved performance while he was in there, but whether Greg > will still want to try and squeeze a few more ms out of it is another > matter It's also worth noting that Dmitry had not tried using phar.cache_list when he noted phpMyAdmin being 4 times slower. After trying it, he said to me offlist that phpMyAdmin in a phar actually outperformed phpMyAdmin on-disk (which was better than what I got in my benchmarks), so I think we're good there. I had a couple of other things to try out, but I don't think any other large improvements are possible. Dmitry had planned to add a new callback to the ZE so that we could stop hooking into zend_compile, not sure if that went anywere? Dmitry? Greg