Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102379 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46597 invoked from network); 23 Jun 2018 22:06:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jun 2018 22:06:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.208.46 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.208.46 mail-ed1-f46.google.com Received: from [209.85.208.46] ([209.85.208.46:42388] helo=mail-ed1-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/A2-13077-074CE2B5 for ; Sat, 23 Jun 2018 18:06:40 -0400 Received: by mail-ed1-f46.google.com with SMTP id z21-v6so3178416edr.9 for ; Sat, 23 Jun 2018 15:06:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Nyi/wNkNO7jgxNUMjjOqqHAkyx6V/hcGhyklBHjzkuM=; b=as90uIfhRbXqbfxV5AQLPlQNAuGTL0aZHSRTNIqzKfDCGhIYKFq1TDHNBzIRxYdSf3 YLu3wb8R7dETnm9iQtwL1mAc8xCG3xtHh3HLFD21VqdbRFR+d+BlL1bKJqx7JTlCqmIZ 6EMg6yI7bQr/Y0TjS9VYTyvUlRg3RVEBfKfGoPoTkeKW/hkUWBFRkNtYKF54jkEYEIta hik9DsfhIok2525oPygF12yK7J2CzShpIvquNq3+BrBd2MHTWIlFdvb2WEOxTDWiQl3b dLW8Omq27FYVcgZi7evqPQAdeO7z6nViMJXBNKhF6iJ2wg+hPknxAoH+nXkcgUa5wmCy XO2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Nyi/wNkNO7jgxNUMjjOqqHAkyx6V/hcGhyklBHjzkuM=; b=N996GZeQTrb9D3VRxbkypeOSMiNiFWTMI0WAU+TUmGmKk7rocVFI7xc/qW3HP1sGq4 8MNr0JxwFuDwvtoFkrn4qIVRQYYvZMmX0CABf14VTH0c9M1kV7uKU0yNUsFt0b9Cmxaj Jxv54xBvF7IDVdSIgm0/1Eyhb3HYxD3MBkPJ1t9sdkAtO32BOiM/lbGzA4zp/T665uDj 2Odpzi5FTKH/vwUqDJmx0ySncQu99EO4xbOWJR/MtR8SI3pLl9PwUikFyWMIKJ8Ki+3l wZw2cylN4kMSm16cvkP0ANzg9ACz5+Z3a7sPzRWtxCFI2j9bwJHvzlCcRLVny+ioZT3u Nguw== X-Gm-Message-State: APt69E1y2uXNQ4Ax2O3kCFHuqNHgeUmOG6dNSi72+DUzmtkn1fTsXdSQ hxrl3gTwVATZjm0GgSc8IPes3/LAiqSmPKvo2coJvQ== X-Google-Smtp-Source: ADUXVKJmB09urJooSNDkkKjj/O/QiM2TUKt1Sgh5fjKyDdiGMeileqgOj/UZbydK9v2uBGkLiKDq3hiTRsK7Gg9KVZo= X-Received: by 2002:a50:e282:: with SMTP id p2-v6mr6190124edl.253.1529791597914; Sat, 23 Jun 2018 15:06:37 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a50:8625:0:0:0:0:0 with HTTP; Sat, 23 Jun 2018 15:06:37 -0700 (PDT) X-Originating-IP: [73.210.228.160] In-Reply-To: References: Date: Sat, 23 Jun 2018 17:06:37 -0500 X-Google-Sender-Auth: lMki3Guks0jdXfKmiLL1DWJ-l1I Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PHP 8 next? From: pollita@php.net (Sara Golemon) On Sat, Jun 23, 2018 at 4:22 PM, Nikita Popov wrote: > Based on some recent conversations, I'm getting the impression that after > PHP 7.3, we might want to go for PHP 8 next. > > I'd like to discuss and possibility decide this now, as that would make PHP > 7.3 the last chance to get in deprecations. > Would you mind elaborating on your motivations for a major version bump. I'm not saying I disagree in principle, I'm just curious what you're seeing the drivers as. -Sara