Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72334 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62078 invoked from network); 6 Feb 2014 11:14:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2014 11:14:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.172 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.172 mail-qc0-f172.google.com Received: from [209.85.216.172] ([209.85.216.172:56028] helo=mail-qc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/91-52146-77E63F25 for ; Thu, 06 Feb 2014 06:13:59 -0500 Received: by mail-qc0-f172.google.com with SMTP id c9so2785146qcz.17 for ; Thu, 06 Feb 2014 03:13:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CgvJkxHOOxL2R9pgHQdRJcjAFgWci/Nbj9mme73grA0=; b=lJaJduMhJ2N0iQ0EzHrBDGo3w1zxPU/01ieLTZHPzxGU3uL8pOeMydO96Beu1xizuM aiL0m+pEJOcL+zmglx2GOtzZHszz3GbRbfOmgSF/vG/i+uB0IRyvtSef/KSxiH1SvcoP jj720RyGLM2hgryC/AjS359fIHZk7j6nDi4ZExrk/r8GC/LSIVewpoiTd0cDOrjDh4S1 20AUkl1v1AjlL77/e2YsZbK1vUlQU9khBZOOcYmuamimmbyPMkjNjMR/x+kt1EUa+6aU Tg1T4iF9DjGvhdFhyEW48j/C9ijCuBfzqiV6D8vAGS8mGB3TYWIx3z1vKOIqqU/dt5KS xYyA== MIME-Version: 1.0 X-Received: by 10.224.75.138 with SMTP id y10mr11367593qaj.72.1391685236371; Thu, 06 Feb 2014 03:13:56 -0800 (PST) Received: by 10.140.96.70 with HTTP; Thu, 6 Feb 2014 03:13:56 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Feb 2014 12:13:56 +0100 Message-ID: To: Bob Weinand , =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: List PHP Mailing List Content-Type: multipart/alternative; boundary=001a11c309ea27360b04f1baf8b1 Subject: Re: [PHP-DEV] NEWS and UPGRADING files in PHP-5.6 From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c309ea27360b04f1baf8b1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Feb 6, 2014 at 11:31 AM, Ferenc Kovacs wrote: > > > > On Thu, Feb 6, 2014 at 10:02 AM, Ferenc Kovacs wrote: > >> >> >> >> On Thu, Feb 6, 2014 at 9:53 AM, Bob Weinand wrote: >> >>> These two files in PHP-5.6 branch actually are the same than master. >>> >>> I just noticed that when I wanted to write about the merge of pow >>> operator RFC=E2=80=A6 >>> >>> Could someone please fix that one? >>> >>> Bob >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> from a quick look it seems that your last merge caused it, will revert >> it, if nobody beats me to it. >> >> -- >> Ferenc Kov=C3=A1cs >> @Tyr43l - http://tyrael.hu >> > > yep, it seems that you've merged a branch/PR which was originally branche= d > from master. > in the past when similar thing happened we always reset the head before > the merge and then force push it. > I don't have karma for that, but I can grant myself if nobody around > (johannes?) > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > Hi, I've restored the tip of the PHP-5.6 and master branch to where it was before the merge. The branch which holds the wrong merge is available here: http://git.php.net/?p=3Dphp-src.git;a=3Dshortlog;h=3Drefs/heads/broken-5.6-= 20140206 If you pulled between the wrong merge and the fix (~2 hours of timeframe), then you have to put your local 5.6 and master branch aside and reset those to the origin and cherrypick your local changes if you have any. Bob: please rebase/cherrypick your changes to the PHP-5.6 branch first, and merge that upwards to master, otherwise you will bring along the other commits from the master branch. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c309ea27360b04f1baf8b1--