Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67871 invoked by uid 1010); 20 Oct 2006 08:10:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67856 invoked from network); 20 Oct 2006 08:10:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2006 08:10:00 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.239.5] ([82.94.239.5:40510] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/35-27040-65488354 for ; Fri, 20 Oct 2006 04:09:59 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id k9K89tCu005130; Fri, 20 Oct 2006 10:09:55 +0200 Date: Fri, 20 Oct 2006 10:09:19 +0200 (CEST) X-X-Sender: derick@localhost To: Pierre cc: internals@lists.php.net, Lukas Kahwe Smith In-Reply-To: <20061019233648.1bc7e80a@pierre-u64> Message-ID: References: <18.FF.27040.69DE7354@pb1.pair.com> <20061019233648.1bc7e80a@pierre-u64> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: a last plead From: derick@php.net (Derick Rethans) On Thu, 19 Oct 2006, Pierre wrote: > On Thu, 19 Oct 2006 23:26:42 +0200 > lsmith@php.net (Lukas Kahwe Smith) wrote: > > > I just want to say once again that all hell is going to break loose > > once we release 5.2.0 as stable thanks to the various fatal errors we > > are adding for perfectly working code that breaks OO theory. > > > > I am talking about this change: > > http://marc.theaimsgroup.com/?l=php-dev&m=114734977430980&w=2 > > > > As well as the rewriting signatures when inheriting and whatever > > other fatal errors we are adding to things that are not actually > > fatal. Please for the love of PHP, make these E_STRICT or E_NOTICE. > > Otherwise we will have an army of angry users that will dwarf the one > > we were facing with PHP 4.4. > > > > Now is the time to fix this before RC6. > > +1 to move this one and all other related changes (if any remain) to > e_strict. Yes, (ofcourse unless they can cause memory corruptions). regards, Derick