Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33706 invoked by uid 1010); 18 Feb 2005 06:34:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33684 invoked from network); 18 Feb 2005 06:34:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2005 06:34:52 -0000 X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.4/2.6 Received: from ([80.91.229.2:47448] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id B5/CF-28819-B8C85124 for ; Fri, 18 Feb 2005 01:34:52 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D21g5-0000xT-B6 for internals@lists.php.net; Fri, 18 Feb 2005 07:31:49 +0100 Received: from p3ee2257a.dip.t-dialin.net ([62.226.37.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2005 07:31:49 +0100 Received: from sb by p3ee2257a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Feb 2005 07:31:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Fri, 18 Feb 2005 07:34:13 +0100 Lines: 15 Message-ID: References: <59089102.20050217201853@marcus-boerger.de> <20050217221101.74963.qmail@lists.php.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p3ee2257a.dip.t-dialin.net User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) X-Accept-Language: en-us, en In-Reply-To: <20050217221101.74963.qmail@lists.php.net> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: php-php-dev@m.gmane.org X-MailScanner-To: internals@lists.php.net Subject: Re: [PHP-DEV] Re: Before March 1st aka PHP 5.1 beta From: sb@sebastian-bergmann.de (Sebastian Bergmann) Ron Korving wrote: > is multiple inheritence something we might see appearing in 5.2 ? The concept of Multiple Inheritance should be left to programming languages that can properly deal with it (by letting the programmer influence how inheritance collision can be resolved, for instance). Multiple Inheritance is one feature that I do not want to see in PHP. And since we have interfaces (for which we allow multiple inheritance) I do not see a need for Multiple Inheritance; interfaces are a much cleaner way to model. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69