Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94303 invoked from network); 2 Jan 2009 13:59:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2009 13:59:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:58240] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/F9-06663-3DD1E594 for ; Fri, 02 Jan 2009 08:59:49 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 3790B1EBC01A; Fri, 2 Jan 2009 14:00:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z144rXtQ37Bi; Fri, 2 Jan 2009 15:00:36 +0100 (CET) Received: from [192.168.0.182] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 757381EBC015; Fri, 2 Jan 2009 15:00:35 +0100 (CET) Cc: "Marcus Boerger" , "George Antoniadis" , "Timm Friebe" , "Stanislav Malyshev" , internals@lists.php.net, =?ISO-8859-1?Q?=22\=22Johannes_Schl=FCter\=22=22?= Message-ID: To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Fri, 2 Jan 2009 14:59:40 +0100 References: <01d401c8fe5e$6bc9d730$16b2a8c0@kartofel> <7EB12BC1-41F1-458C-8017-9AB4D910CAA5@pooteeweet.org> <48EFC1E8.5030702@zend.com> <5D4A905B-E361-409B-BD9E-E816482EDB8C@pooteeweet.org> <4D165E1668394935B126876B72D487CF@carla> <641f88250812311636l7fc8b29x34d4250763cdb903@mail.gmail.com> <49801FDC-2DFD-4A38-AC87-7AE9CBF893B9@pooteeweet.org> <1589625320.20090101145631@marcus-boerger.de> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] __getStatic From: mls@pooteeweet.org (Lukas Kahwe Smith) On 01.01.2009, at 17:55, Pierre Joye wrote: > hi! > > On Thu, Jan 1, 2009 at 2:56 PM, Marcus Boerger wrote: >> Hello Lukas, >> >> if anything requires an internal API change than we at least should >> do >> those parts. Besides this issue was long ago raised and imo should >> go in. >> As we get more and more people testing what 5.3 will be we get more >> and >> more complains about the lack of these. And isn't that the goal of >> an alpha >> verison as well? > > Agreed. We should actually do a feature freeze after the 1st beta/RC. > However, issues like this one should be fixed too after beta/RC, it > would be bad to introduce new inconsistencies, saw them during the RC > phase but leave them in only because we are in the RC. > > and best wishes for 2k9! :) @Marcus: Like I said its a question of someone writing the code .. Timm proposed a patch which Stas thought had issues and then nobody picked things up .. @Pierre/all: Well we did announce something like a freeze. Of course there are still changes going in undiscussed and for the most part this is ok (and not doing those changes would be a bad idea and unnecessary to be delayed). However I would really appreciate it if people would really think about the changes they are doing. Think twice about changes that can introduce a regression or a lot of work and ask if the change has any change of being problematic. In this light the dl() change by Marcus (AFAIK this was planned and done for 6.0 and not 5.3) and the windows PCRE change by Andi seem potential candidates for regressions, issues and maybe should have been discussed beforehand. Just using these two has an example since they are the two last commits I marked as potential issues. BTW: I was planning on sending out a mail on Monday about beta1. Johannes and I feel like a release on the 20th or 22nd seems realistic. regards, Lukas Kahwe Smith mls@pooteeweet.org