Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5826 invoked from network); 18 Mar 2010 09:17:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2010 09:17:32 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:53339] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/F2-20429-BAFE1AB4 for ; Thu, 18 Mar 2010 04:17:32 -0500 Received: (qmail 10630 invoked by uid 89); 18 Mar 2010 09:12:23 -0000 Received: from unknown (HELO ?192.168.1.28?) (postmaster%schlueters.de@93.104.52.78) by mailout2.netbeat.de with ESMTPA; 18 Mar 2010 09:12:23 -0000 X-Originator: 9e51b244e0a38413ab6a9876e36ba9df To: internals In-Reply-To: <1268900384.13435.692.camel@guybrush> References: <1268900384.13435.692.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Organization: php.net Date: Thu, 18 Mar 2010 10:17:25 +0100 Message-ID: <1268903845.13435.757.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Commits to PHP_5_3 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2010-03-18 at 09:19 +0100, Johannes Schlüter wrote: > now that a new trunk is about to be created some comments about 5.3: > PHP_5_3 is a stable branch. This means mostly bug fixes. Small features > (like array_seek) can be added. There won't be a strict rule about what > is "small", common sense and asking applies. That part will become > stricter once the next major (5.4/6) release comes closer. There were some comments that this might not have been clear enough: This doesn't mean "simply add features" but quick heads up before committing/merging would be strongly preferred. 5.3 is a stable branch and even small additions add some risk. johannes