Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35868 invoked by uid 1010); 2 Aug 2006 09:59:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35833 invoked from network); 2 Aug 2006 09:59:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2006 09:59:09 -0000 X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.42 darkcity.gna.ch Linux 2.5 (sometimes 2.4) (4) Received: from ([195.226.6.42:36429] helo=darkcity.gna.ch) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id E2/36-45114-15670D44 for ; Wed, 02 Aug 2006 05:54:26 -0400 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id E4B1CBAB9B; Wed, 2 Aug 2006 11:54:22 +0200 (CEST) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXXoMtyq; Wed, 2 Aug 2006 11:54:21 +0200 (CEST) Received: from [192.168.1.43] (217-162-171-242.dclient.hispeed.ch [217.162.171.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id 0BC21BAF39; Wed, 2 Aug 2006 11:54:20 +0200 (CEST) Message-ID: <44D0763A.6040901@cschneid.com> Date: Wed, 02 Aug 2006 11:54:02 +0200 User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Lukas Smith CC: internals@lists.php.net References: <18810497049.20060801234124@marcus-boerger.de> <1154478748.6599.16.camel@blobule> <16.85.45114.FF370D44@pb1.pair.com> In-Reply-To: <16.85.45114.FF370D44@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at gna.ch Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: cschneid@cschneid.com (Christian Schneider) Lukas Smith wrote: >> So then the only option is to introduce a >> "i-dont-want-to-care-about-oo-in-my-classes-mode" for the people who >> simply don't care. > > yes .. it should be possible to set this on a per class basis. and > children should be able to change the mode. classes in lax mode might > also return false unless the classes match exactly. Overkill. PHP already has a strict mode (E_NOTICE) so there's no need to introduce yet another level of complexity. - Chris