Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9266 invoked by uid 1010); 19 Nov 2007 22:10:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9251 invoked from network); 19 Nov 2007 22:10:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2007 22:10:03 -0000 Authentication-Results: pb1.pair.com header.from=info@adaniels.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@adaniels.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adaniels.nl from 82.94.236.173 cause and error) X-PHP-List-Original-Sender: info@adaniels.nl X-Host-Fingerprint: 82.94.236.173 loco.helderhosting.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.236.173] ([82.94.236.173:52042] helo=loco.helderhosting.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/3A-50425-9B902474 for ; Mon, 19 Nov 2007 17:10:01 -0500 Received: from [10.14.122.133] (unknown [62.140.137.125]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by loco (Postfix) with ESMTP id A69F3C18074; Mon, 19 Nov 2007 23:09:56 +0100 (CET) References: <1195140437.23612.5.camel@sbarrow-desktop> <200711190003.40228.larry@garfieldtech.com> <23.9D.31009.0A821474@pb1.pair.com> <200711190044.25638.larry@garfieldtech.com> <58.50.31009.62631474@pb1.pair.com> <1195487551.7144.1.camel@sbarrow-desktop> <7d5a202f0711191253g112420afg8f9694977c673b03@mail.gmail.com> <1195508955.19467.2.camel@sbarrow-desktop> Message-ID: <9788CF0C-E52E-42E1-BAF2-6544CF4B9B30@adaniels.nl> To: Sam Barrow In-Reply-To: <1195508955.19467.2.camel@sbarrow-desktop> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (1C28) Mime-Version: 1.0 (iPhone Mail 1C28) Content-Transfer-Encoding: 7bit Date: Mon, 19 Nov 2007 23:09:41 +0100 Cc: Cristian Rodriguez , "internals@lists.php.net" Subject: Re: [PHP-DEV] Multiple class inheritance From: info@adaniels.nl (Arnold Daniels) It would probably better to implement something like prototyping, where there is only 1 parent, but there can be muliple prototype classes from which methods are inherited. On Nov 19, 2007, at 10:49 PM, Sam Barrow wrote: > I doubt it will be implemented, but for my application it would be > incredibly helpful and worth it to me to write a patch even if I am > the > only one to use it. > > On Mon, 2007-11-19 at 17:53 -0300, Cristian Rodriguez wrote: >> 2007/11/19, Sam Barrow : >>> Whether it's implemented or not, I'm going to write a patch for >>> multiple >>> class inheritance. >> >> I have the feeling that you are trying to use the wrong language. >> >> Hopefully people on this lists still preserves their sanity and will >> not be wiliing to implement a concept that is know to work correclty >> only in very few implementations, if any, that causes ambiguity and >> opens the door for all sorts of unneeded complexity. >> >> >> -- >> http://www.kissofjudas.net/ >> > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >