Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25178 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67262 invoked by uid 1010); 3 Aug 2006 09:34:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67247 invoked from network); 3 Aug 2006 09:34:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2006 09:34:57 -0000 X-PHP-List-Original-Sender: lsmith@php.net X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:57117] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 1B/C1-44390-F25B1D44 for ; Thu, 03 Aug 2006 04:34:55 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 12143DF0070; Thu, 3 Aug 2006 11:17:43 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14894-06; Thu, 3 Aug 2006 11:17:42 +0200 (CEST) Received: from [127.0.0.1] (i577B53C5.versanet.de [87.123.83.197]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 7E168DF000B; Thu, 3 Aug 2006 11:17:42 +0200 (CEST) Message-ID: <44D1B505.1010300@php.net> Date: Thu, 03 Aug 2006 10:34:13 +0200 User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Derick Rethans Cc: PHP Developers Mailing List References: <18810497049.20060801234124@marcus-boerger.de> <44CFDB2B.1010907@cschneid.com> <20060802010156.5be0258c@pierre-u64> <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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: lsmith@php.net (Lukas Smith) 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. Err? Code that already works, still works if we make the loose mode the default. Anyone who writes new classes can make use of a new strict flag however. regards, Lukas