Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25171 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50432 invoked by uid 1010); 3 Aug 2006 08:50:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50417 invoked from network); 3 Aug 2006 08:50:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2006 08:50:55 -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: 66.249.92.171 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.171:28925] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 12/C1-44390-D34B1D44 for ; Thu, 03 Aug 2006 04:30:54 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1321178ugf for ; Thu, 03 Aug 2006 01:30:50 -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=pSvnS39NZNhYFa4u6JiLFilLYfXjAtT6muHgvSQsw002MhOM0urYZoYnduUoTQBFMphw22ePDfld6y+LKfmkKsPLVOZRmnb3PV/aZrBotsbI1RIhx/B4JQNXDBzcOWwMkDNBwiF2aVA9ho4zp0nN2Ns0DO01wun67NfDJVESF98= Received: by 10.67.22.2 with SMTP id z2mr2354312ugi; Thu, 03 Aug 2006 01:30:50 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 3 Aug 2006 01:30:49 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 10:30:49 +0200 To: "Derick Rethans" Cc: "Lukas Smith" , "PHP Developers Mailing List" 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: <44CFDF89.6010506@lerdorf.com> <7.0.1.0.2.20060802153119.0c2193c0@zend.com> <44D0DB82.1070307@lerdorf.com> <7.0.1.0.2.20060803104541.0853b1e0@zend.com> <20060803095558.49c4e484@pierre-u64> <44D1B055.5070905@php.net> Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: pierre.php@gmail.com (Pierre) On 8/3/06, Derick Rethans wrote: > On Thu, 3 Aug 2006, Lukas Smith wrote: > > > I still think that a flag on a per class basis would be the better > > solution, but I guess I can accept this change. > > I don't think it is better as it would require somebody (in one of the > teams) to modify their source files. Sorry, I don't buy this argument. It is new, there is no code to change if someone likes to use it. But anyone who does not want it has to change his code. --Pierre