Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12299 invoked from network); 26 May 2008 13:30:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2008 13:30:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:52939] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/6E-35134-E6BBA384 for ; Mon, 26 May 2008 09:30:26 -0400 Received: from MBOERGER-ZRH (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id D0ED611F2CB; Mon, 26 May 2008 15:30:19 +0200 (CEST) Date: Mon, 26 May 2008 15:30:17 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <761296292.20080526153017@marcus-boerger.de> To: Lars Strojny CC: Daniel Convissor , PHP Internals List In-Reply-To: <20080525170701.GA5207@milch.schokokeks.org> References: <20080405132733.GA6531@panix.com> <20080525170701.GA5207@milch.schokokeks.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Overloading Clarifications for Manual From: helly@php.net (Marcus Boerger) Hello Lars, Sunday, May 25, 2008, 7:07:01 PM, you wrote: > Hi Daniel, > On Sat, Apr 05, 2008 at 09:27:33AM -0400, Daniel Convissor wrote: >> * The new __callStatic() is neat. Thanks. Is there consideration of >> adding Static versions of the other overloading methods? > It is part of the proposal for real static classes > (http://wiki.php.net/rfc/static-classes) to complete them accordingly > with __setStatic(), __getStatic() and so on. However this feature could > be implemented separatly. > cu, Lars I would like to have your proposal implemented with these restrictions: - No non static member whatsoever - No inheritance (autmoatically marked as final) - No abstract members (fonal classes cannot have abstract members) Best regards, Marcus