Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61508 invoked from network); 15 Oct 2014 08:13:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2014 08:13:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:56958] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/90-57986-CBC2E345 for ; Wed, 15 Oct 2014 04:13:49 -0400 Received: by mail-qg0-f47.google.com with SMTP id i50so513966qgf.6 for ; Wed, 15 Oct 2014 01:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=B9Grao/XGBWW8Y1fshoYNvuuOAta6DmYQm+XmJU+qi4=; b=o5ljvKS1rOwYMmS5HJwoYweiIVJQLM+dapd1u+YK7vm6uADyLRPM59X+7zBNvrHryD A8IJUGNyLou6+jXeZXU6WlGmyMAPifjQexb7sCm/kkXkSD9MUlwYnIbB6MVjJwm2HQt/ PLoExn6wHOrmPSdJ/rgOjBP5XLs4Qs9CSEXbtz/UNBLFMaGcjxQojKIc9qgyZ5hgxzyo Mk9Lt9Vos0mSA0zdRy+k+bNRXo3A9++yzxDcXDAUDpLxZIuCWps3bjJRwG6ET3Lc0ta3 JNb0P2lvmdDVF/4+ICEhcZukVEev4Te0y01ivOxNdeOB9TICfzxhBgKUUCtSX0GjGtqW G/CA== X-Received: by 10.224.37.69 with SMTP id w5mr18050635qad.81.1413360826525; Wed, 15 Oct 2014 01:13:46 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.140.23.71 with HTTP; Wed, 15 Oct 2014 01:13:06 -0700 (PDT) In-Reply-To: <543DC228.2010403@lerdorf.com> References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> <543CE7CC.8010300@sugarcrm.com> <543D5A11.2080601@sugarcrm.com> <543D5C5F.5080304@lerdorf.com> <2598482A-491C-4065-A163-5067CFD35A69@gmail.com> <543DC228.2010403@lerdorf.com> Date: Wed, 15 Oct 2014 10:13:06 +0200 X-Google-Sender-Auth: Hn21qwYlTZjewE_-5n5wMBoi0JE Message-ID: To: Rasmus Lerdorf Cc: Tjerk Meesters , Stanislav Malyshev , Laruence , Zeev Suraski , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: jpauli@php.net (Julien Pauli) On Wed, Oct 15, 2014 at 2:39 AM, Rasmus Lerdorf wrote: > 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. I agree, we must absolutely provide something stable, solid, performant and feature rich. This will take time to stabilize and spot edge cases, some of them could even lead to a reverse somewhere in the code. Julien.Pauli