Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40207 invoked by uid 1010); 10 Feb 2007 14:56:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40192 invoked from network); 10 Feb 2007 14:56:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2007 14:56:34 -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 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:44954] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/A3-06763-02DDDC54 for ; Sat, 10 Feb 2007 09:56:33 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 29838DF00F4; Sat, 10 Feb 2007 15:56:30 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12078-02; Sat, 10 Feb 2007 15:56:27 +0100 (CET) Received: from [127.0.0.1] (179.90.76.83.cust.bluewin.ch [83.76.90.179]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 8AEBBDF007B; Sat, 10 Feb 2007 15:56:27 +0100 (CET) Message-ID: <45CDDD21.6070308@pooteeweet.org> Date: Sat, 10 Feb 2007 15:56:33 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Derick Rethans Cc: Ilia Alshanetsky , internals Mailing List References: <45CC1984.6010304@pooteeweet.org> <45CC7F9B.5010201@pooteeweet.org> <45CC8366.2090402@pooteeweet.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] todo items From: mls@pooteeweet.org (Lukas Kahwe Smith) Derick Rethans wrote: >> But do note that late static binding would be greatly appreciated. > > Yes, but that'd be something for 6 i think. I just nocticed its already on the php6 todo list as: re-use the "static::" keyword to do runtime evaluation of statics. http://oss.backendmedia.com/PhP60 For the rest of the points I have updated the PHP5.2 and PHP 5.3 todo lists according to Ilia's comments: http://oss.backendmedia.com/PhP52 http://oss.backendmedia.com/PhP53 regards, Lukas