Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44486 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38125 invoked from network); 26 Jun 2009 19:46:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2009 19:46:52 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.222.197 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.222.197 mail-pz0-f197.google.com Received: from [209.85.222.197] ([209.85.222.197:43521] helo=mail-pz0-f197.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/A5-08868-AA5254A4 for ; Fri, 26 Jun 2009 15:46:51 -0400 Received: by pzk35 with SMTP id 35so2338376pzk.29 for ; Fri, 26 Jun 2009 12:46:48 -0700 (PDT) Received: by 10.142.134.20 with SMTP id h20mr1517295wfd.178.1246045608511; Fri, 26 Jun 2009 12:46:48 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 31sm13442518wff.19.2009.06.26.12.46.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Jun 2009 12:46:47 -0700 (PDT) Message-ID: <4A4525A4.6020806@chiaraquartet.net> Date: Fri, 26 Jun 2009 14:46:44 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Scott MacVicar CC: Lukas Kahwe Smith , PHP internals References: <9A46F4B8-E64A-4C3C-B2A5-FC354A3EB71D@pooteeweet.org> <0C2F23C2-D188-4938-B44C-4ED166B934CE@macvicar.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] post 5.3.0 development From: greg@chiaraquartet.net (Greg Beaver) Scott MacVicar wrote: > If we're freezing some more after this release for the SVN conversion > then we could have a pretty cold branch for another week or so. > > As I've already said, I agree with only allow verified bug fixes by > Johannes into 5.3.0. it's this extra bureaucracy that is getting added > on top that's sucking hard. > > I don't want to leave it up to someone else to merge it into 5.3, I > should be doing it myself. It's possible that things could get > accidentally missed wen someone else is applying it. I completely agree, which is why the solution is: 1) commit to HEAD 2) send a message to internals CC lukas with a link to the commit message 3) after the freeze is over, Lukas forwards your message back to you, and you do the merge. Greg