Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89813 invoked from network); 21 Jul 2016 15:01:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2016 15:01:32 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:61404] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/B3-52781-AC3E0975 for ; Thu, 21 Jul 2016 11:01:31 -0400 Received: from [192.168.2.103] ([217.82.227.154]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M6RiN-1b75fZ1My3-00yNug; Thu, 21 Jul 2016 17:01:26 +0200 To: =?UTF-8?Q?Pablo_S=c3=a1nchez?= , internals@lists.php.net References: Message-ID: <6bc644e8-5aa5-67ae-c457-a5b5bb66cced@gmx.de> Date: Thu, 21 Jul 2016 17:01:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:iXZAz11z/8nv885aEiblwktYofqgvi/4bXN/bTeRJcT0zL93h7k TNQ48X/RFdbVSpGSkfYKo/WjY1FmNJm7ZrBSOGNtj/aSLZ4hWt3mjd9e6w/xxHZt51OIWCr 1v8ebmKw4lpc0aZhrhU2Z/4EeNghqiUIR6+3at5Te36quqxVo0VI9lSylGZ9VywYGp1M3mN fiTHvEfbzq2cAGB2Di7hA== X-UI-Out-Filterresults: notjunk:1;V01:K0:TXAzajcGd8g=:Njoh5BFeJDDUo24XyEhvFv KwrvW1GrexeF4rgacWx7olfahkC1FZVo39mwnHKxKZSdFGMByDkwhdtMyyLt2UOoSykDUtKys Ttsezle/hpspkMdKXTS1Jzf3QC5802Ld8r/vSKWqwW3Us08/qNgyUuqTfeynOXhJX3PlDy7lj JgwFnbctgbHfFPNkbfud/uoKNiAoMbkqmOLsxbhlIOojK64BuI5/IGmVE/CTZGPFEfLVFS56X WksCAtqhvOkmRKj+Bl2uWUc8YOBzpNuGJ5lV2yhokhN34DAefMOVKwm581iwEJhUhydUx76xc E/f17CF8k/aUb1dfy/77ASVgqMiYVJc4Cs3dX5iPfI4U5Dc6++S4/uX/t1RAXob2dbvXbsjMH ayiiZunmjBJJVKr2gWnVbyBhqwtOoR7ryfqrDJrCqQ4J6C89jkcxno4wi+xgnwVL5sArETsNU vIe04kJ1LVei0b5jZcDrUTFPbKUgL1gi2pc7QfxWjQNtnveZftWvTsE8AXQGApkRSTkDNkUSV rlVnIGa2j+WYmpM1W0A+8T+d/YL4upgvX0m9t49DKL+USYU55ya1dEcnF+3ZWub33geTfviS4 3YlSqubnGN431F1E5q0lBghvfk3laPisv9VsW2AwLX+hcy+LgrMWV8owV4qxgcPFzQgHAeljn u3WoTMJs9pow4Wev7IhcmnOmQwacSArZw9BSfvxbbnSBjKBAUECdP4Z8iyrijuNFjMVWXZ91T PfEBxfoBiUXzvEpMO0amHirA3ZryA7P+Q7SC9x2wWpHZyXYsQ/hsQxnGh3rvqvPwVAWICiXsN MJX27jS Subject: Re: Greetings - need orientation about fix From: cmbecker69@gmx.de (Christoph Becker) On 20.07.2016 at 21:29, Pablo Sánchez wrote: > I made a small fix/adjustment to lastInsertId on pdo_pgsql on branch 7.0.9. > It builded ok, there's a PR for it (https://github.com/php/php-src/pull/2014) > and I just wondered about if I should apply it on 7.1.0, 5.6.whatever, and > 5.5.whatevertoo. The point about applying it to 7.1 seems obvious, but > retro adjustments doesn't. To which branch a PR should be applied to (and ideally developed against) depends whether it is a simple bug fix, a security issue or a new feature, and on the currently supported versions[1]. As this issue appears to be a bug, it should be applied to the PHP-5.6 branch, so please rebase your commits onto this branch (or open a new PR against PHP-5.6). In any way, never base a PR on a revision branch, such as PHP-7.0.9. [1] -- Christoph M. Becker