Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103862 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 60666 invoked from network); 28 Jan 2019 13:43:03 -0000 Received: from unknown (HELO mail-it1-f174.google.com) (209.85.166.174) by pb1.pair.com with SMTP; 28 Jan 2019 13:43:03 -0000 Received: by mail-it1-f174.google.com with SMTP id i145so19771617ita.4 for ; Mon, 28 Jan 2019 02:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jF7PQCwoi+1aIJ91NtpkHaJsl1tImX4JmWZcSvmAu/M=; b=NAzR/kX/BZfdootKr1YG6C/GZ12pxD5h7S7Wa/ApmKBdgJ6bXxbl1m+vnjNP0m+nPe mkJKprj+OV2h9/WWG1V3XRlEM+JOU1NaznDjfh/D47ORgmJV8vfHImlegY+blcZLnjtG 2u9ZNe4zYZZ8csR17xFCxpOycXoKeiTuff9KrRoQ+Z0U/BKazCilXbDt0O/zIqX6v2Ga 2xznMw3P9GFEqxFPeOBXS9lEYCAaE4sEHqOQ/AE9w7WX1EJ8UacmBWmPrjKtPlLv6KNz RjccYRl0WwwPc9685zMxP2d0TXtFHqf9XFm3MiYBZlBHxQEYtdGxge4DfzXfqhpUMD56 B8nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jF7PQCwoi+1aIJ91NtpkHaJsl1tImX4JmWZcSvmAu/M=; b=dH0rKPHR/gO3Y95gRMWOt4Xrshu13YGB0Wiks3Xe7DdiWMsJdOqPnK1QIAS/Mt+GEF LgapcLXsanzHOolICt3P1ZaJyaWSGpBfHvLHuIzX8xfuEQHB6kUeYnv57+5ANBpBNnDJ 6DJxCupNlbJKTtbTmyct6sWQViQ1KQRVxC1WpZ3lKmHexNoy++Ym7ueSt+2mmleEAjah UxOjosL80SiqV4VR5TCRdbny185vh314uKqD2udS/CpieTc3+Jj5BkBxYMe9wcqeouoG hrJsA5rhauQ5T8dlSlbx4pc6sLEyQTR0Vy/S50/jUL0YeTHeS/hwXvJdOT1NPgfUyy4Z n9NA== X-Gm-Message-State: AJcUukeTjSlHZJXBUYbYBHRpK9b7gNvygaH+Exk21lW/FiE/QKcWBiZf Y/cc1d3AG8uAPbodSp1UOZkuFLUNmr3t1+tTQyTdDA== X-Google-Smtp-Source: ALg8bN5MI47BmF9QA8N3PaZznly57hFdrYtS6gAbjhqeOCO2Hi2DP/e2LSwlUr3l1GizWl7xGR7Kq7gkomhH9YiPs70= X-Received: by 2002:a24:de87:: with SMTP id d129mr9919702itg.110.1548670929539; Mon, 28 Jan 2019 02:22:09 -0800 (PST) MIME-Version: 1.0 Date: Mon, 28 Jan 2019 11:21:53 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000a116be0580820ca3" Subject: PHP-7.4 branched, master is PHP 8.0 From: nikita.ppv@gmail.com (Nikita Popov) --000000000000a116be0580820ca3 Content-Type: text/plain; charset="UTF-8" Hi internals, As discussed, we are branching PHP-7.4 early, so we can start development of PHP 8.0 in parallel. I have created the PHP-7.4 branch just now. What this means for you: * PHP-7.4 is now part of the regular merge procedure. If you are applying a fix to PHP-7.2, merge it to PHP-7.3, then PHP-7.4, then master. * You should not update NEWS on PHP-7.4 for bugfixes that are merged from older versions. If you apply a fix to PHP-7.2, you should update NEWS in PHP-7.2 and PHP-7.3 only. * Backwards-compatible feature changes can still go into PHP-7.4. New RFCs can (and usually should) still target PHP 7.4. * Backwards-incompatible changes, or changes requiring major internal API changes, can go into master (8.0). New RFCs with non-trivial backwards-compatibility impact should target PHP 8.0. Regards, Nikita --000000000000a116be0580820ca3--