Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99566 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33570 invoked from network); 20 Jun 2017 00:58:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2017 00:58:28 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.50 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.83.50 mail-pg0-f50.google.com Received: from [74.125.83.50] ([74.125.83.50:35850] helo=mail-pg0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/DD-13828-33378495 for ; Mon, 19 Jun 2017 20:58:27 -0400 Received: by mail-pg0-f50.google.com with SMTP id u62so36195720pgb.3 for ; Mon, 19 Jun 2017 17:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=3Q1LVJm55IDFNNDHpAt8i9GTOzimGfKgh0hhfbpaGbQ=; b=ITj5J0eGwnV3OK2as/Qf4I76ONIfBm6E+Wnbje4puC9dUHXJ7MRxdpoO9HoARoHP6M MfzyGNjJox8eRXP8hj9v+rLim11vZgemEssoc/WIyrEjoASjxvJd/ucCQ42iAQjd7CkM NdNy4tzFbKDtvyoj0YEjv0FS1EHS824+ucu5HiHEqE2K0giCZd63phwOi/e6OtZZsRSx l7hP8I/tJjaj19V9mvFyHPC+7nkH21grQ8eGDj0iXYjioo9zwkg6kp4VnMCyItXdi1ix J/rCrJDxnORbIDSQyf5Gvx80a1A9c1uVCJwW3/7Bwz3CvvFCzfBiqi7UY556yuO1N6u5 UhVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=3Q1LVJm55IDFNNDHpAt8i9GTOzimGfKgh0hhfbpaGbQ=; b=N5g5PqnDfyurKSAz8qK21wEAiZIGdWUrs/jfxJ+TbXJabiM6lNrHfnHt0IK6+XD7OJ QDv8NNUS232Dfl4Yw2/AK1iVjRIMd8lRS/LvXTwxPCwJjFE7EAuAiiXwQd8k6j4ZeBNo DVat2KcKQWuKPNOboiQjMYqFeaqqOz2lPIRfnpO0/ED9R5o/+Gw4+fZ41YJ/kACX3Oew OJ96aE5Q9eAQWPL6wMJpcAIgiRWVfi3dl0ZvRI7rTgLqpQTUZ1Lfw6sAtsiH7wPYqh0Y LSMAxezMG2srQm6rJsRp99yqDn3zO/KISCpUa5YudaQiY7JR2mbm9tUMhqGtJU6XQmNI 5jIg== X-Gm-Message-State: AKS2vOyfiZdhaW3UBvfscchiFM4HOmKkvnZz4Hd26KNdDY7aa2jygED+ ZTPLiuH91LsZDnfnQPs= X-Received: by 10.98.87.6 with SMTP id l6mr28370288pfb.233.1497920304595; Mon, 19 Jun 2017 17:58:24 -0700 (PDT) Received: from Stas-Air-5687.local (108-233-206-104.lightspeed.sntcca.sbcglobal.net. [108.233.206.104]) by smtp.gmail.com with ESMTPSA id p73sm23288238pfd.79.2017.06.19.17.58.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jun 2017 17:58:23 -0700 (PDT) To: PHP Internals Message-ID: Date: Mon, 19 Jun 2017 17:58:56 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Missing commits in 7.0 branch From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I've discovered something weird in 7.0 branch. There are two commits of a bugfix - https://github.com/php/php-src/commit/d1d002fc4dd25a80e20163b18880f40a445276e7 and https://github.com/php/php-src/commit/8c44d07fd485a8e8d62bc6e4fe14bec5493ebc58 - 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. Thanks, -- Stas Malyshev smalyshev@gmail.com