Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83589 invoked by uid 1010); 18 Feb 2005 07:57:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83573 invoked from network); 18 Feb 2005 07:57:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2005 07:57:17 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.4/2.6 Received: from ([212.112.227.169:48496] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id 1D/56-28819-CDF95124 for ; Fri, 18 Feb 2005 02:57:16 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 161C4DF011E; Fri, 18 Feb 2005 08:57:47 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12602-04; Fri, 18 Feb 2005 08:57:44 +0100 (CET) Received: from [192.168.0.100] (i528C14BB.versanet.de [82.140.20.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 1F7BEDF0112; Fri, 18 Feb 2005 08:57:44 +0100 (CET) Message-ID: <42159FD1.8020203@php.net> Date: Fri, 18 Feb 2005 08:57:05 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sebastian Bergmann Cc: internals@lists.php.net References: <59089102.20050217201853@marcus-boerger.de> <20050217221101.74963.qmail@lists.php.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: Before March 1st aka PHP 5.1 beta From: lsmith@php.net (Lukas Smith) Sebastian Bergmann wrote: > 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. Also we have __call() to help you in not having to cut and paste implementations around. regards, Lukas