Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33336 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6710 invoked by uid 1010); 19 Nov 2007 22:06:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6685 invoked from network); 19 Nov 2007 22:06:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2007 22:06:35 -0000 Authentication-Results: pb1.pair.com header.from=felho@avalon.aut.bme.hu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=felho@avalon.aut.bme.hu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain avalon.aut.bme.hu from 84.2.40.6 cause and error) X-PHP-List-Original-Sender: felho@avalon.aut.bme.hu X-Host-Fingerprint: 84.2.40.6 mail01a.mail.t-online.hu Received: from [84.2.40.6] ([84.2.40.6:53412] helo=mail01a.mail.t-online.hu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/C9-50425-7E802474 for ; Mon, 19 Nov 2007 17:06:33 -0500 Received: from gergely-hodicskas-computer.local (dsl51B68E90.pool.t-online.hu [81.182.142.144]) by mail01a.mail.t-online.hu (Postfix) with ESMTP id D243B136B02 for ; Mon, 19 Nov 2007 23:06:26 +0100 (CET) Message-ID: <474208DE.8090302@avalon.aut.bme.hu> Date: Mon, 19 Nov 2007 23:06:22 +0100 User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: internals@lists.php.net References: <474021AD.3020902@avalon.aut.bme.hu> <06685887-B14F-4933-8F71-DFAB0D9B0E53@pooteeweet.org> <24B993AF-C3D4-4144-AD21-EA745B309CAC@pooteeweet.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] late static binding php6 From: felho@avalon.aut.bme.hu (Gergely Hodicska) > also that would introduce BC issues. Can you show a use case for BC? Current implementation: The __CLASS__ and the get_class() is the same like in the current PHP version, and the get_called_class() is not yet introduced. Or do I overlook something? Best Regards, Felhő