Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29375 invoked from network); 29 Jul 2008 07:19:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2008 07:19:32 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:19035] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/49-24886-284CE884 for ; Tue, 29 Jul 2008 03:19:31 -0400 Received: from [10.1.10.16] ([10.1.10.16]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 29 Jul 2008 10:20:06 +0300 Message-ID: <488EC472.6060406@zend.com> Date: Tue, 29 Jul 2008 11:19:14 +0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: Stanislav Malyshev , Nuno Lopes , Matt Wilmas , internals@lists.php.net, Andi Gutmans References: <00ea01c8a160$2edd8160$0201a8c0@pc1> <016c01c8eccd$e28cfac0$0201a8c0@pc1> <488835D0.1040005@zend.com> <00e501c8ed77$3498cf20$0201a8c0@pc1> <48889901.8000008@zend.com> <022c01c8ee74$5b539340$0201a8c0@pc1> <488C5464.1030706@zend.com> <7ca798440807272104o744ce8e6oee52f0e1f9cc4074@mail.gmail.com> <488D79AD.9040607@zend.com> <488DFA8D.3080803@zend.com> <488E056F.1010603@zend.com> <47120AE5-3B20-465F-9187-67C5DC2543EE@pooteeweet.org> In-Reply-To: <47120AE5-3B20-465F-9187-67C5DC2543EE@pooteeweet.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Jul 2008 07:20:07.0724 (UTC) FILETIME=[877126C0:01C8F14B] Subject: Re: [PHP-DEV] New optimization idea; was: No runtime fetching of built-in global constants From: dmitry@zend.com (Dmitry Stogov) Hi Lukas, I don't expect any significant changes from my side any more. All the patches, which I liked to look into, already committed. Of course I have several bugs assigned to me and I'll try to fix them, but it shouldn't affect 5.3.0 release process. Especially this FastCGI change is just an idea. I don't have a final solution yet and of course 5.3.0 shouldn't wait for it. I'm fain with your release plan. Thanks. Dmitry. Lukas Kahwe Smith wrote: > > On 28.07.2008, at 19:44, Dmitry Stogov wrote: > >> I tested scanner and now it really handless shebang lines itself >> without CGI. So the cgi.enable_shebang_line and corresponding code can >> be safely removed. However we still need to handle "not found"/"access >> denied" cases and respond with 404/403. > > > @Dmitry/Scott: So how are you guys doing in terms of applying Matt's > patches? > > I guess its time to focus on the upcoming release on Thursday, so lets > get a bit more conservative in the patches that are applied. That being > said Johannes and my plan defined that after alpha1 we would not have > any more feature engine additions and only very specific self contained > extensions would be allowed to see feature additions (if they are nodded > off by the RMs). > > Bug fixes are another story of course .. > > Is this ok with everybody? Any stumbling blocks? > > regards, > Lukas Kahwe Smith > mls@pooteeweet.org > > >