Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96344 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91031 invoked from network); 13 Oct 2016 17:17:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2016 17:17:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.213.182 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.213.182 mail-yb0-f182.google.com Received: from [209.85.213.182] ([209.85.213.182:34789] helo=mail-yb0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/40-41968-981CFF75 for ; Thu, 13 Oct 2016 13:16:59 -0400 Received: by mail-yb0-f182.google.com with SMTP id o189so8084518yba.1 for ; Thu, 13 Oct 2016 10:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:from:date:message-id:subject:to; bh=jONV+GElx68QiQT/1DSgkAS9p/4dgaQVdcuaBI578Wo=; b=Fbys8mtiuZmOT8+OhnE6c5SILQbneFDdWu7w0/CIjDtkTcUuMedkA1bZtlrmua7rzj EGdmko8q0ENws0hvCQvw2ypOpX+BbY7hDGIJtqC7Img7FspWmBwtxqQ44TLgIpqgvoqi UUZIMIt6ZXuShsHXPO65lW0GdZgto0X1pPoV2w65DfAjhFF8+tDedl1YXYg5Z79M6Sv1 h7zzCE9i+p7EdiIXROWsVl4PvcprVH3+KijVSzb7xu3paIJ6KO2LSHgDlKc/3KMhQCRA ikGcb/7yTrIH59mzeA+w5FVvdFgk175bSxyU95SGA4zq51oWvj3vCmd/zSwBW+JOflO4 AEig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=jONV+GElx68QiQT/1DSgkAS9p/4dgaQVdcuaBI578Wo=; b=PuRSxkTLmHe8/V1IvK9DHJinwo/0dIe6Z0pGU+eLxRLiE0HoZ5bolEGK1acIh0UwBf YjuqCN2IJVH5w5bLX3nm2VFoMX2Cei9JpYxMJHoXxnDf14IkSuB4qWRTNQF9l6tTfmrJ aikr3Px5q3wKTkRN/SIM9ry5CtJj/5iE479LVVM0V6TUQQ41kEWVQEWUQ4dV9n1ym4oD HpXiHGijNLHGgmwcRkJiDT77O77H3RqhsTHQN6bjJZj4ejN6EkqE9xq0UqHAxjVkIcOy fjuGy44MWyn76FYs/ZQe3H6EAjcmunC39DwoSm0Atv5tH79X6ewU+J2dkGI+wLFSjD9K YoJQ== X-Gm-Message-State: AA6/9Rl2tBvuXzLX8k6aUeqBI2rpMFWxY0EgU1iAj8Hg50cu+nqJTDmfQeuhxnwUzGkndhHAbrlCKiA1tmsr37kL X-Received: by 10.37.208.130 with SMTP id h124mr6538774ybg.25.1476379014414; Thu, 13 Oct 2016 10:16:54 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.129.179.8 with HTTP; Thu, 13 Oct 2016 10:16:53 -0700 (PDT) Date: Thu, 13 Oct 2016 10:16:53 -0700 X-Google-Sender-Auth: rKYTGgGNmSsvBurHVftMymO67zg Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c05552ab5a653053ec246b6 Subject: [!] Master merged into PHP-7.1 From: davey@php.net (Davey Shafik) --94eb2c05552ab5a653053ec246b6 Content-Type: text/plain; charset=UTF-8 Hey folks, I have a bit of a mystery on my hands. Yasuo brought to my attention last night that it looked like someone had merged master into the PHP-7.1 branch, and indeed when Joe and I tried to build today that was the case. Proof: https://github.com/php/php-src/blob/PHP-7.1/main/php_version.h Now, I used `git when-merged`[1] to figure out when it was merged and came up with the following commit: commit 4a3188f0935211332cc3a545673e882331b14504 Merge: dc9ae10 f41b69e Author: Yasuo Ohgaki Date: Wed Aug 10 09:39:17 2016 +0900 However, the date on it is Aug 10, and I have video proof from Aug ~29th (RC1 build) that it wasn't there then. My local PHP-7.1 branch also does not have this commit, and it's last commit was: commit 50059639c86a10fe11d6ec3eec2e690ee77afccc Author: Davey Shafik Date: Wed Oct 5 13:07:47 2016 -0700 So that means it was merged in the last 8 days. Can anyone shed some light on: 1) when it was merged 2) who merged it 3) how the dates are messed up 4) how to fix it Also: at this point, I'd like to ask for NO FURTHER COMMITS TO THE 7.1 BRANCH while this is sorted out. Thanks all, - Davey [1] https://github.com/mhagger/git-when-merged --94eb2c05552ab5a653053ec246b6--