Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7312 invoked by uid 1010); 3 Aug 2006 14:51:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7295 invoked from network); 3 Aug 2006 14:51:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2006 14:51:34 -0000 Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from ([64.233.182.188:55560] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 95/23-44390-C5D02D44 for ; Thu, 03 Aug 2006 10:51:10 -0400 Received: by nf-out-0910.google.com with SMTP id y25so1146963nfb for ; Thu, 03 Aug 2006 07:51:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RdBAtAL3ZoTNTAplNdS7wsR/7hlhkWWEX0BymAhak8J9A7ZLBfYhdpYT4P87g1RF4aptCEKEq2jICk5/JWciXvLszbBXdtQqQEOgOcYF677XoBYecph8SLyj7BxEImLTEh44UvW/6w1CHD3x7O3vkUSjgy27GKvHhXf8Ja6Dh+I= Received: by 10.78.145.5 with SMTP id s5mr590366hud; Thu, 03 Aug 2006 07:51:05 -0700 (PDT) Received: by 10.78.117.20 with HTTP; Thu, 3 Aug 2006 07:51:05 -0700 (PDT) Message-ID: <4858f9d90608030751q3a8d2fcbw55805f7f56255912@mail.gmail.com> Date: Thu, 3 Aug 2006 16:51:05 +0200 To: "PHP Developers Mailing List" In-Reply-To: <44D209A1.6040909@lerdorf.com> 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> <44D209A1.6040909@lerdorf.com> Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: stefan.walk@gmail.com ("Stefan Walk") If "use interfaces" means that i have to write an interface matching every public method in my class if i want that strict mode, and another interface for every inheriting class that adds method, then that is not a solution. That means code duplication ... Regards, Stefan