Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95967 invoked from network); 16 Jun 2011 10:49:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2011 10:49:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Received: from [217.114.211.66] ([217.114.211.66:33237] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/11-23608-4CFD9FD4 for ; Thu, 16 Jun 2011 06:49:40 -0400 Received: from [192.168.2.230] (ppp-93-104-106-172.dynamic.mnet-online.de [93.104.106.172]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 9E30A72730; Thu, 16 Jun 2011 12:49:36 +0200 (CEST) To: Pascal COURTOIS Cc: Pierre Joye , PHP Developers Mailing List In-Reply-To: <4DF9DA5A.7090608@nouvo.com> References: <8757232E56758B42B2EE4F9D2CA019C9014CE547@US-EX2.zend.net> <8757232E56758B42B2EE4F9D2CA019C9014D10DC@US-EX2.zend.net> <4DF9913B.4030404@nouvo.com> <4DF99EE8.3070204@nouvo.com> <1308216968.2406.3.camel@guybrush> <4DF9D4DF.90405@nouvo.com> <4DF9DA5A.7090608@nouvo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 16 Jun 2011 12:49:35 +0200 Message-ID: <1308221375.2406.19.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Give the Language a Rest motion (fwd) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-06-16 at 12:26 +0200, Pascal COURTOIS wrote: > Le 16/06/2011 12:12, Pierre Joye a écrit : > > > It is not what Johannes said and we do fix bugs every single day. What > > Johannes said is that we can't force a volunteer to do something > > specific instead of what he wants to do. > > > > It is also totally off topic btw. > > It is really on topic since letting someone insert his wonderful clever > feature in a project, whatever it is, and not maintain it is a project > management problem. PHP makes me think of a ship with tens of stirring wheels. > Of course no one can be forced to do what he doesn't want but a free > project doesn't mean unmanaged project and a managed project means > people with responsibilities. We are fixing bugs. We don't accept any new feature. Sometimes we might accept features in order to motivate contributors hoping they also fix bugs in the future. And even if the reproduce case is short: Some things in the engine are hard to fix, need thought and verification. Some things even can't be fixed within a "bug fix" release (x.y.z+1) as they require API changes or such. And then there are cases where severity is valuated differently. There are things "we" (whomever that includes) don't consider a use case as a proper/important use case and focus on other issues while it might be "critical" for few users ... We're welcoming people providing bug fixes. We'd love having zero bugs. But life isn't easy. We also welcome people who go through the bug reports and verify them, simplify test cases etc. This is also work to be done. We receive quite a few bug reports per day (well not right now as the system is down :-/ ) most of them aren't bugs but wrong expectations, many are probably bugs, few are actual easy to verify bugs. Going through them also costs quite some time. johannes