Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21999 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79890 invoked by uid 1010); 24 Feb 2006 14:52:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79875 invoked from network); 24 Feb 2006 14:52:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2006 14:52:06 -0000 X-Host-Fingerprint: 87.123.113.14 i577B710E.versanet.de Received: from ([87.123.113.14:5227] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EE/A0-30574-59D1FF34 for ; Fri, 24 Feb 2006 09:52:05 -0500 Message-ID: To: internals@lists.php.net Date: Fri, 24 Feb 2006 15:52:02 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 References: <1140732362.3702.14.camel@localhost.localdomain> In-Reply-To: <1140732362.3702.14.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 87.123.113.14 Subject: Re: [PATCH] Late Static Binding From: lsmith@php.net (Lukas Smith) Mike Lively wrote: > As far as current userland code impact, there is very little as far as I > can tell. No keywords have been added, just another use for an existing > one. No changes were made to self:: or parent:: so the change should be > pretty transparent. The only thing that I see remotely causing any > issues would be the new function (get_caller_class().) I added that just > to complete the set so to speak. I will try to find time to test this patch. But it will be another few days before I have time to revive my linux vmware instance. However I just wanted to mention that I would really love to see this feature in php 6 or even php 5.2.x regards, Lukas