Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90745 invoked from network); 16 Mar 2010 18:07:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2010 18:07:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:50618] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/0E-15129-7F8CF9B4 for ; Tue, 16 Mar 2010 13:07:52 -0500 Received: by wwd20 with SMTP id 20so152715wwd.29 for ; Tue, 16 Mar 2010 11:07:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yk5EJGc1u2IamJJPYaQ+IbyZXWGrAKT9DFGTaEoiq/s=; b=Z8QIB4gVZ3vfD5m5oU6iivU94z4VJaPS4GN7HD5e0q2lud+cygJ44lmOAg/bCqUeiS 4K7F2lYRBBXe/itFugGgZhEq7PTW7AKTmwmp4dOEyuBC7kdnf7AuoA2bldA6lpC3DVH8 Zo7NrcN/kJR0nPQRQD47iXrQdVUoSKnnOfSbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pE/lO/duC1GlwjdRAKgT0A3U6iVtZZ5Vru1RdO6g7Zcv4HpM6HATtxb2i5JfDorUlv wQsn0YDSLPonwQUceux5qImbalhpA2YGZGxI0iX4hbbLChObiQ37eWa1lq+xXHwmrn7Z Mj/f02dpEGEyEZhinba2MT9wzsT0I2VuUe9og= MIME-Version: 1.0 Received: by 10.216.187.16 with SMTP id x16mr195353wem.99.1268762868773; Tue, 16 Mar 2010 11:07:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Mar 2010 19:07:48 +0100 Message-ID: <7f3ed2c31003161107m2cf8297esdb53799a41e1a0ff@mail.gmail.com> To: Pierre Joye Cc: Sebastian Bergmann , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 5.4 branch and trunk From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Mar 16, 2010 at 17:54, Pierre Joye wrote: > On Tue, Mar 16, 2010 at 5:43 PM, Sebastian Bergmann > wrote: >> Am 16.03.2010 16:58, schrieb Derick Rethans: >>> I've just renamed the 5.4 branch to THE_5_4_THAT_ISNT_5_4 and moved >>> trunk to the branch FIRST_UNICODE_IMPLEMENTATION. >> >> =A0Why do we need THE_5_4_THAT_ISNT_5_4 > > Right, this branch must be deleted, useless. The OB patch can be > merged again in trunk when trunk has been rebranched. Why exactly do we need to duplicate the work? IMO that branch should be renamed to trunk/ and those 2 or 3 patches to 5.3 to merged into it. -Hannes