Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:36737 php.qa:64140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45812 invoked from network); 31 Mar 2008 22:35:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2008 22:35:30 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.185 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.185 rv-out-0910.google.com Received: from [209.85.198.185] ([209.85.198.185:42379] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/D5-17962-13761F74 for ; Mon, 31 Mar 2008 17:35:29 -0500 Received: by rv-out-0910.google.com with SMTP id k15so1294596rvb.23 for ; Mon, 31 Mar 2008 15:35:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=37yZN6aJ0h6KiyXaFEBHUkQLLBHZBjHqKE+y45o6b24=; b=rLmG+mI19VlYiUQNbBl/KEBJSol/VN6K0SEzt/ec2mdxcER766WnZJ6WJTTvTK0XD8O9Dwkn2e6ic7L/6q7UHvRs+BM9/vLLtWk1UK5Q1KxhLQIZbZmpBAuD7SNLhaXUle4dB5ENX384kdNdikWepPZ0X8GM7z0LUAbn9JQi7WA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XPa+S8+04n3CTMs8z+2utgFssUR+RX8utuX9ccNLzx5DpVuhRSTLu4j1BOJgBlvCrQfnMQ3E/woAQpRSq2GgyxNJd/QbcyKPVh33KLW9NLoCrGvefDB4SeiRr+3xJKa9BOD4PODxogvMaQPGJBUXFUpGffUGf61Y0T3OQNtKj+c= Received: by 10.141.69.1 with SMTP id w1mr3823930rvk.147.1207002926652; Mon, 31 Mar 2008 15:35:26 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Mon, 31 Mar 2008 15:35:26 -0700 (PDT) Message-ID: Date: Tue, 1 Apr 2008 00:35:26 +0200 To: "Hannes Magnusson" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "Marcus Boerger" , "Derick Rethans" , "Marco Kaiser" , "PHP Developers Mailing List" , php-qa@lists.php.net, "Ilia Alshanetsky" In-Reply-To: <7f3ed2c30803311525r39f8c040h68ae4c4fe2018ba1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1124764115.20080327105033@marcus-boerger.de> <47eb9d50.02e2660a.759d.2e19@mx.google.com> <826883759.20080331171437@marcus-boerger.de> <1206998314.2941.6.camel@goldfinger> <7f3ed2c30803311525r39f8c040h68ae4c4fe2018ba1@mail.gmail.com> Subject: Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] BC break with php 5.2.6 From: pierre.php@gmail.com ("Pierre Joye") On Tue, Apr 1, 2008 at 12:25 AM, Hannes Magnusson wrote: > > On Tue, Apr 1, 2008 at 12:22 AM, Pierre Joye wrote= : > > On Mon, Mar 31, 2008 at 11:18 PM, Johannes Schl=FCter wrote: > > > Marcus, > > > > > > > > > On Mon, 2008-03-31 at 17:14 +0200, Marcus Boerger wrote: > > > > Hello Derick, > > > > > > > > it is a BUG FIX. Not fixing it means more people will turn it = into a > > > > feature and we will never be able to remove it. Becuase next tim= e you > > > > will say we cannot remove it in a minor version as by then you a= ccidentally > > > > rely on it yourself. > > > > > > > > We made a mistake! Lets stand up and admit we did. Probably I wa= s involved > > > > in making that mistake, so sorry. Done. > > > > > > I have to agree with Derick here we shouldn't add a fatal error wi= thin a > > > bug fix release at such a place. People (hosters...) tend to updat= e > > > versions without checking all incompatibilities - since you don't = expect > > > them and they want to get security issues fixed. > > > > > > Yes, the previous behavior was wrong! Yes we shouldn't encourage p= eople > > > do do that. > > > > > > I'd propose making it an Warning or something in 5.2 and fixing it= in > > > 5.3. > > > > E_DEPRECATED is more appropriate. > > In 5.2? 5.2 doesn't have E_DEPRECATED Right, then a E_NOTICE will do it as well, but please no warning. > and this should be fixed in 5.3, not issue a warning that it will be fixe= d in 5.4 or 6 I don't see a reason for a fatal error in this case. But if we suddenly agree that fatal errors are common, then please do it in 5.3 and add a notice only in 5.2.x. It should also be clearly documented in the OO documentation section. Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org