Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57036 invoked from network); 14 Oct 2016 02:25:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2016 02:25:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:38458] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/6C-41968-21240085 for ; Thu, 13 Oct 2016 22:25:23 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 258C37849CA; Fri, 14 Oct 2016 04:25:19 +0200 (CEST) Received: from w530phpdev (p54A7671F.dip0.t-ipconnect.de [84.167.103.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id E8D1278444A; Fri, 14 Oct 2016 04:25:16 +0200 (CEST) To: =?utf-8?Q?'Johannes_Schl=C3=BCter'?= , "'PHP internals list'" Cc: "'Davey Shafik'" References: <1476398223.13824.1.camel@kuechenschabe> <028301d225a7$20292820$607b7860$@belski.net> In-Reply-To: <028301d225a7$20292820$607b7860$@belski.net> Date: Fri, 14 Oct 2016 04:25:12 +0200 Message-ID: <02ee01d225c2$33e16ba0$9ba442e0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQLbzZO1yl4fvt2bP/TlJAz0d3Fu3QLYxvDmnn0IjAA= Content-Language: en-us Subject: RE: [PHP-DEV] IMPORTANT: Git reset after wrong merge From: anatol.php@belski.net ("Anatol Belski") > -----Original Message----- > From: Anatol Belski [mailto:anatol.php@belski.net] > Sent: Friday, October 14, 2016 1:11 AM > To: 'Johannes Schl=C3=BCter' ; 'PHP internals list' > > Cc: 'Davey Shafik' > Subject: RE: [PHP-DEV] IMPORTANT: Git reset after wrong merge >=20 >=20 >=20 > > -----Original Message----- > > From: Johannes Schl=C3=BCter [mailto:johannes@php.net] > > Sent: Friday, October 14, 2016 12:37 AM > > To: PHP internals list > > Cc: Davey Shafik ; Anatol Belski > > > > Subject: [PHP-DEV] IMPORTANT: Git reset after wrong merge > > > > Hi, > > > > as Davey noted in the thread "Master merged into PHP-7.1" there was = a > > wrong merge in git. This wasn't noticed for a few days. This means = we > > had a few additional commits in between. > > > > I've reseted PHP-7.1 to the *old* state *before* that merge. Quite a > > few commits have been removed and need to be applied again (I hope > > Davey / Anatol look after this) > > > > A backup of the bad tree is on > > https://github.com/johannes/php-src/tree/broken-5.7-20161014 > > > > When pushing please be careful that you are not pushing master again > > into PHP- 7.1. Please check your local trees carefully, commit > > bce17764be6bd5ca43a512db51c030fb8d0437fd should NOT be in 7.1! > > > Yeah, we'll be checking to restore the missing 7.1 commits. Currently = merges 7.0 > to 7.1, or 7.1 to master, might have issues. I'd ask to please retain = from pushing > there, until the branch is restored. Hopefully this will happen at = some point > tomorrow. >=20 I've cherry-picked the missing commits into 7.1 and made initial empty = merge 7.0=3D>7.1=3D>master. The state of PHP-7.1 should be now = comparable to the state before the breach + missing patches. With this, = the regular workflow is now restored so pushing/merging should go = without issues.=20 I would explicitly ask Dmitry, Sara, Hui, Stas, Bob, Nikita and = Christoph to check that all the code pushed after Monday 2016-10-10 = 13:11:45 is where it's expected to be. But also everyone else = involved/interested - it would be a big help to double check, also with = UPGRADING, NEWS, etc. Davey, Joe, you will need to check NEWS, UPGRADING and possibly any = other non code related files. Also, please keep in mind, that security = patches are restored as well. The relevant NEWS are in the 7.0.12 tag. Please let me know about any issues. Regards Anatol