Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23907 invoked from network); 15 Oct 2014 00:39:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2014 00:39:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.171 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:48318] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/60-21008-E22CD345 for ; Tue, 14 Oct 2014 20:39:16 -0400 Received: by mail-qc0-f171.google.com with SMTP id i17so186332qcy.2 for ; Tue, 14 Oct 2014 17:39:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xR3nmFkE/GK4pqHh3+8bS+y+v2UQ7C1Be9mO42s2sJs=; b=C9HfY4C2xj7U1mHEFOP1KwNeSOe2yHxUcvyfVVCvIXegxLXl6NzAALd/BpBzEJQHkp auKIcKETfckRKKfKiJT29qTdx8rcqipmp9sro/8rh24oyvH/HP9jhGj8FjSAjQOX6l+K Xt2kcFbfq1zbOa7COGkrRIoe3HjoOsc4U6Mhv+VykoUqVC5oVC839AtAp4mUmQnnhfoI UponfUWe8LkaU82JroWTqUffTNtJjXzXnlegveeQaZVgrTqs+zav0755mlEG9TpGi+bj 3mx4CWsvf7FutPcBYMS460SkHZznOZ3OQ6EpssoINsHTNf0uYotBD82hXu9aiETqdnDf n9Iw== X-Gm-Message-State: ALoCoQk1Bp3+h2RvClPjhYRL26ZBGNfAW2PqSUG8vxlwWWeTE0f9gqESlJhESGoMe5kyByDd+JpR X-Received: by 10.224.11.70 with SMTP id s6mr15160442qas.45.1413333547620; Tue, 14 Oct 2014 17:39:07 -0700 (PDT) Received: from [192.168.200.14] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id u3sm2258795qat.27.2014.10.14.17.39.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Oct 2014 17:39:06 -0700 (PDT) Message-ID: <543DC228.2010403@lerdorf.com> Date: Tue, 14 Oct 2014 17:39:04 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Tjerk Meesters CC: Stanislav Malyshev , Laruence , Zeev Suraski , PHP Internals References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> <543CE7CC.8010300@sugarcrm.com> <543D5A11.2080601@sugarcrm.com> <543D5C5F.5080304@lerdorf.com> <2598482A-491C-4065-A163-5067CFD35A69@gmail.com> In-Reply-To: <2598482A-491C-4065-A163-5067CFD35A69@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: rasmus@lerdorf.com (Rasmus Lerdorf) On 10/14/2014 05:20 PM, Tjerk Meesters wrote: > > On 15 Oct 2014, at 01:24, Rasmus Lerdorf wrote: > >> On 10/14/2014 10:14 AM, Stas Malyshev wrote: >>> Hi! >>> >>>> IMO, AST, INT64, NG, Uniforme variables style is enough for a new >>>> marjor version.. why we still need to wait? >>> >>> We don't need to just "wait", as sit and do nothing. We need to allocate >>> time for other features. >> >> There are also quite a few really low-level changes in master right now. >> It is going to take quite a bit of time to stabilize. For example, >> something as basic as array iteration is inadvertently different: >> >> https://bugs.php.net/68215 > > This is a known issue for which the test cases were marked as XFAIL because of the amount of work involved to get it fixed: > > https://github.com/php/php-src/commit/5831cca9576f4e0d4daed75a9915d436dfc5f4e5 Yes, I am aware of that. I was using it to illustrate the point that even with the changes currently in master, never mind any new things we might add, we have a lot of work left to do before we are anywhere near ready for a release. -Rasmus