Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3885 invoked from network); 14 Oct 2014 08:53:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 08:53:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.180 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.220.180 mail-vc0-f180.google.com Received: from [209.85.220.180] ([209.85.220.180:42327] helo=mail-vc0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/E3-15889-374EC345 for ; Tue, 14 Oct 2014 04:53:08 -0400 Received: by mail-vc0-f180.google.com with SMTP id le20so6924398vcb.25 for ; Tue, 14 Oct 2014 01:53:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=/jHk1zExJT/QTPSj8UDsipTBlkrXgBJjjR6YkgOXrfE=; b=FsDzv7Wp29XLWf7lC3dRx2C1ZHBJ9mbGt3qyNVTSu62Igp1KtemxRQ+GzOE1yCTTS6 GZviL4tSJAnDFEjDYJMq1r52WL8nVjfABd2P4Hd01ThMLTNbzu4ihaJq69zHwS511wAx ArOtACdlp/oCBDjA8/p8f1SyxnHMnmYw+MeOgnKh5Th9v2JUnType3EEOe5oH8x1djJV zXSMfQSSexUY0A6y5gtf1xqOT16SDI887AWoz9FqbZpkjGbJiWumS4A69Pel7JfK7ChA Uf2rBTdK13cOUaOYbm0KeNGwylt2Pxsrl9Yp5AXErux7CkTbN52tDBg4ul0mi+FCNafl qp5g== X-Gm-Message-State: ALoCoQlmMfx33EwFFtlvYsGZnkt9+L5npfu2H9cSv2XHj4ucAELe3N4S8ry/onns9q3Y4Ae1pG6e6isWvwQ1nc+0XBm4e5PjQEx6D5daZ1XtL27t6/Fwqrh5Hv36bkBH7sNx99IcPxBoeoTzkWYmkOM+hXwKxZnauQ== X-Received: by 10.52.37.18 with SMTP id u18mr2824535vdj.17.1413276785159; Tue, 14 Oct 2014 01:53:05 -0700 (PDT) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by mx.google.com with ESMTPSA id cz1sm3911665vdc.13.2014.10.14.01.53.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Oct 2014 01:53:04 -0700 (PDT) Received: by mail-vc0-f178.google.com with SMTP id hq12so7285189vcb.9 for ; Tue, 14 Oct 2014 01:53:04 -0700 (PDT) X-Received: by 10.220.10.66 with SMTP id o2mr3394096vco.31.1413276784641; Tue, 14 Oct 2014 01:53:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.7.193 with HTTP; Tue, 14 Oct 2014 01:52:44 -0700 (PDT) In-Reply-To: References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> Date: Tue, 14 Oct 2014 16:52:44 +0800 Message-ID: To: Julien Pauli Cc: Zeev Suraski , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: laruence@php.net (Xinchen Hui) And: On Tue, Oct 14, 2014 at 4:46 PM, Julien Pauli wrote: > On Tue, Oct 14, 2014 at 10:26 AM, Xinchen Hui wrote: >> Hey: >> >> On Tue, Oct 14, 2014 at 4:08 PM, Zeev Suraski wrote: >>> All, >>> >>> >>> >>> We=E2=80=99ve had some discussions about it during the version name & p= hpng RFC >>> processes, and now that 5.6.0 is behind us =E2=80=93 I think it=E2=80= =99s time to get a >>> more concrete game plan for PHP 7.0. >>> >>> >>> >>> I drafted an RFC that proposes a one year timeline for PHP 7.0. I beli= eve >>> it strikes a good balance between early delivery to stay competitive, a= nd >>> having enough time to shape a major version. Given that we=E2=80=99ve = already made >>> some very substantial progress towards 7.0 (with phpng, AST, uniform >>> variable syntax, etc.) =E2=80=93 I think that timeline is very realisti= c, and >>> perhaps we can even beat it. Restating the obvious, new features that >>> don=E2=80=99t have compatibility implications can always be delivered i= n minor >>> versions, i.e. 7.1, 7.2, etc. we don't need to do all the ideas into PHP7. we will have 7.1, 7.2 eventual= ly thanks >>> >>> >>> >>> The RFC is at https://wiki.php.net/rfc/php7timeline - comments welcome= ! >> >> I think this process is a little long. >> >> we should freeze new features by the end of this year. then we could >> release 7 asap >> >> and regarding of the qa process, we can use 7.0.x to do that. >> >> thanks > > > Mmmm I don't think it is a good idea to rush the release. > > At the starting point (so, something like one year ago), we had many > ideas to add to the new major PHP and had a compute of at least two > years development. > > Also, we havent talked about a possible PHP 5.7, that could ease the > transition regading BC breaks brought by PHP7, issuing deprecation > notices for examples. > > Also, what about breaks in ABI ? > Have we ported every extension ? Have we written some doc to extension > writters ? Tools for them to ease migration ? > > Last, some big parts - ideas we had - have not been taken in > consideration, nor debatted. Some are listed here : > https://wiki.php.net/ideas/php6/engine > > Quickly put : Asynchronous IO and network code rewriting - PHP/Zend > Extension code rewrite - Introduction of threads into the VM, refactor > TSRM - SPL rewrite and merging .... and many other ideas. > > > Julien.Pauli --=20 Xinchen Hui @Laruence http://www.laruence.com/