Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25174 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57603 invoked by uid 1010); 3 Aug 2006 09:14:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57588 invoked from network); 3 Aug 2006 09:14:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2006 09:14:25 -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.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.168:44032] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 15/82-44390-FB9B1D44 for ; Thu, 03 Aug 2006 04:54:24 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1330171ugf for ; Thu, 03 Aug 2006 01:54:20 -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=Rne99X3Zwcfvy4g9eLntPEqn6TIYIXkHODKXqBVTjiUBUDklz98+YV2gcrCxxWLcHyJLycvtlOnA+yBwaeVGb/KPU0UTRMXQ6t0dpisSDkUjSehdnaqYVCAD5GS0K6R8yGao9ErIbwv3h59UwCJ/e3b/bKKz6hJcWY/fG8v5zQ8= Received: by 10.67.24.13 with SMTP id b13mr2376163ugj; Thu, 03 Aug 2006 01:54:20 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 3 Aug 2006 01:54:20 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 10:54:20 +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: <44D0DB82.1070307@lerdorf.com> <7.0.1.0.2.20060803104541.0853b1e0@zend.com> <20060803095558.49c4e484@pierre-u64> <44D1B055.5070905@php.net> <44D1B505.1010300@php.net> Subject: Re: [PHP-DEV] RfC: rethink OO inheritance strictness From: pierre.php@gmail.com (Pierre) Hello, On 8/3/06, Derick Rethans wrote: > Sure, but then that code won't run on older versions of PHP (5.1 f.e.) > anymore, so it is not a good solution. I doubt this is a valid concerns. Our code is actually broken and now. You want more strictness? Require 5.2+ for your applications but don't break our apps for such reasons. --Pierre