Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99573 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78773 invoked from network); 20 Jun 2017 13:31:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2017 13:31:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 84.19.169.162 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 84.19.169.162 mail.experimentalworks.net Received: from [84.19.169.162] ([84.19.169.162:47092] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/22-13828-1C329495 for ; Tue, 20 Jun 2017 09:31:47 -0400 Received: from kuechenschabe.fritz.box (ppp-46-244-175-111.dynamic.mnet-online.de [46.244.175.111]) by mail.experimentalworks.net (Postfix) with ESMTPSA id E158D5C82E; Tue, 20 Jun 2017 15:31:42 +0200 (CEST) Message-ID: <1497965498.2771.2.camel@schlueters.de> To: Stanislav Malyshev , PHP Internals Date: Tue, 20 Jun 2017 15:31:38 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Missing commits in 7.0 branch From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mo, 2017-06-19 at 17:58 -0700, Stanislav Malyshev wrote: > Hi! > > I've discovered something weird in 7.0 branch. There are two commits > of > a bugfix - > https://github.com/php/php-src/commit/d1d002fc4dd25a80e20163b18880f40 > a445276e7 > and > https://github.com/php/php-src/commit/8c44d07fd485a8e8d62bc6e4fe14bec > 5493ebc58 > - which I made, which are present in 7.1 and master. However, they > were > made for 7.0 branch (as merge commit in 7.1 shows) - but there is no > trace of it in 7.0. I am trying to figure out why is that and what > happened to it in 7.0 - is it my mess-up or somehow it was removed? > > If nobody knows what happened, I'd assume I just messed it up and > forgot > to push into 7.0, and will re-add them, but I want to be sure just in > case I forgot or misunderstood something. From the history it looks like you didn't push the 7.0 branch.  See also the commit mail which only references 7.1 and master. http://news.php.net/php.cvs/96748 johannes