Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25187 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87433 invoked by uid 1010); 3 Aug 2006 14:14:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87416 invoked from network); 3 Aug 2006 14:14:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2006 14:14:41 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.184.236 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.236:8208] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id B6/21-44390-0D402D44 for ; Thu, 03 Aug 2006 10:14:41 -0400 Received: by wr-out-0506.google.com with SMTP id 67so510273wri for ; Thu, 03 Aug 2006 07:14:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ochkg4qs99Fw83L9dWMv4/ejCEnMT4FIklxKTH+5zvcdKmeAPYwjI/a49AX8NlkBrzSDt0WlEhEUmfmghGmvfmRWjepAov4ME7OfDoPzTHHm+JrYYGMwMD4iBXrGa0zOwteU6QogdCuq4TijzSG6BgngW8wrvqe3fr8BXiUPOgs= Received: by 10.67.89.5 with SMTP id r5mr2801567ugl; Thu, 03 Aug 2006 07:14:37 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 3 Aug 2006 07:14:37 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 16:14:37 +0200 To: "Sebastian Bergmann" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060802010156.5be0258c@pierre-u64> <44CFDF89.6010506@lerdorf.com> <7.0.1.0.2.20060802153119.0c2193c0@zend.com> <44D0DB82.1070307@lerdorf.com> <44D1FAF0.5060906@lerdorf.com> Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: pierre.php@gmail.com (Pierre) Hello, On 8/3/06, Sebastian Bergmann wrote: > Pierre wrote: > > I don't like new keywords either, but I don't see any alternative. I > > also think that interfaces are what should be used. But it seems that > > we are wrong, interfaces do not solve this issue, I'm still unsure > > about the reasons though. > > Not that I am advocating this, but What are you advocating then? Do you have an opinion? ;-) > class Foo implements PHP_StrictMode {} > > could imply the same semantics as > > strict class Foo {} Please tell me what we are missing then. It has been said that interface does not solve this problem. --Pierre