Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59673 invoked from network); 24 Jun 2018 00:59:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2018 00:59:08 -0000 Authentication-Results: pb1.pair.com header.from=levim@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.208.179 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.208.179 mail-lj1-f179.google.com Received: from [209.85.208.179] ([209.85.208.179:39929] helo=mail-lj1-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/B4-13077-ADCEE2B5 for ; Sat, 23 Jun 2018 20:59:07 -0400 Received: by mail-lj1-f179.google.com with SMTP id t7-v6so1946192ljj.6 for ; Sat, 23 Jun 2018 17:59:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=p8X7/Z5XQ/ywsYz6p1u7nJ3vZ64ZsnBrLgAeIfuwoXA=; b=Y/+3mii6FUGLYmzyrOdyp2nH4MyldZb/bPBqZBFGag/REEBOm3wJODQB1mqPi93fah c6Ny3nWY+e1MM7+zQbjlt9E9Eo/FP5ZHppz1cVKocw4nFeoWKabMcWoXdMmGuhD+SX/y tss8YRgzQE7CHh+jIXLDHrepCMeIuolDLfJrJ74tG+iSZWmwKb1f4vn6/KvEsQoZ3dpH sXyj8dldlgn6R1YhDnYANN30uJm00tc3xEn8u8k6GdJZdiGE8+BMQYn1YEoICqVQoj/x TrizYIX4XRL7WARkyQNidcgEzke+dyzwJxUmSCoPr45dLr3c2DVEBQiqJqjPxbg27+ij 128Q== X-Gm-Message-State: APt69E3iypWM9aYUopevvg4AUph9PC5UEljo53NX2qWqR8o9TFMmmLLE clfFbSz6W6bT4lZvFjquEzipbRdKY4eoKVT3xGk= X-Google-Smtp-Source: ADUXVKItLJOswfG4dyA5o/YXhVnDVUkh7SltHXfx1wCQkXoYg+9CXZxM4SJRetS7QGvZOAtD4H7Gy2AvPCIcXWuNSi0= X-Received: by 2002:a2e:9809:: with SMTP id a9-v6mr490668ljj.143.1529801943025; Sat, 23 Jun 2018 17:59:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 23 Jun 2018 18:58:43 -0600 Message-ID: To: Zeev Suraski Cc: Sara Golemon , Nikita Popov , internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP 8 next? From: levim@php.net (Levi Morrison) On Sat, Jun 23, 2018 at 4:11 PM Zeev Suraski wrote: > > > > > -----Original Message----- > > From: php@golemon.com [mailto:php@golemon.com] On Behalf Of Sara > > Golemon > > Sent: Sunday, June 24, 2018 1:07 AM > > To: Nikita Popov > > Cc: PHP internals > > Subject: Re: [PHP-DEV] PHP 8 next? > > > > On Sat, Jun 23, 2018 at 4:22 PM, Nikita Popov wr= ote: > > > 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. > > This is slightly earlier than I intended to bring it up but I do too thin= k that the next version beyond 7.3 should be 8. > > I'll send a more detailed letter next week - but in a nutshell, the main = drivers I'm seeing are JIT, FFI and possibly doing something in the front o= f async/long running processes. Of course there may be other ones as well,= but I think that these alone constitute sufficient grounds for launching a= new major version. > > Zeev > Neither JIT nor FFI require backwards compatibility breaks in language. I don't think either of those particular features would substantially break the C API either. If these are the motivations for PHP 8 then I strongly object.