Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82470 invoked from network); 16 Jun 2011 09:36:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2011 09:36:28 -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 unknown Received: from [217.114.211.66] ([217.114.211.66:34243] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/CC-24246-09EC9FD4 for ; Thu, 16 Jun 2011 05:36:17 -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 4066F72713; Thu, 16 Jun 2011 11:36:13 +0200 (CEST) To: Pascal COURTOIS Cc: PHP Developers Mailing List In-Reply-To: <4DF99EE8.3070204@nouvo.com> References: <8757232E56758B42B2EE4F9D2CA019C9014CE547@US-EX2.zend.net> <8757232E56758B42B2EE4F9D2CA019C9014D10DC@US-EX2.zend.net> <4DF9913B.4030404@nouvo.com> <4DF99EE8.3070204@nouvo.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 16 Jun 2011 11:36:08 +0200 Message-ID: <1308216968.2406.3.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 08:12 +0200, Pascal COURTOIS wrote: > Le 16/06/2011 08:01, dukeofgaming a écrit : > > > Sorry if the question is dumb, but, how many core developers does PHP have?, > > how many in total (including non-core contributors)?. > > That's not the point. Whatever the project is, every developer should fix > existing bugs before even thinking about improving. That's the way I do and > that's why there is no bug I'm aware in my programs. Feel free to contribute. PHP is driven by volunteers spending their free time on it. For many it is more fun to implement new stuff they probably "need" than fixing bugs in some code which has some side effects which are not always easy to predict and which they actually don't use. johannes