Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64472 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75315 invoked from network); 2 Jan 2013 15:33:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2013 15:33:33 -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 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:64175] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/A5-12868-D4354E05 for ; Wed, 02 Jan 2013 10:33:33 -0500 Received: from transformer.fritz.box (host-188-174-197-246.customer.m-online.net [188.174.197.246]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id E517165FC0; Wed, 2 Jan 2013 16:33:29 +0100 (CET) User-Agent: K-9 Mail for Android In-Reply-To: References: <50E3D321.60402@sugarcrm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Wed, 02 Jan 2013 16:33:33 +0100 To: Alexey Zakhlestin ,Stas Malyshev CC: PHP internals ,Pierre Joye ,David Soria Parra Message-ID: <917f8b64-3140-4f27-a96e-4446e43c1779@email.android.com> Subject: Re: [PHP-DEV] release frequency? From: johannes@schlueters.de (=?ISO-8859-1?Q?Johannes_Schl=FCter?=) Alexey Zakhlestin wrote: >if there's at least one REAL bug fix in release it's worth it So, what is a "real" bugfix? Most things are responses on bug reports by users. Form them it is real. On the other hand most things we fix these days (especially when looking at 5.3) are really minor things which mostly can easily be worked-around and barely hit anybody (if bugs are reported >5 years after that code was initially released it's barely hit) As said in a recent thread for 5.3 I plan to reduce the release amount after February, I don't mind delaying the upcoming releases a bit, I haven't checked commits and bugs which came in during the holiday season, yet. johannes