Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74020 invoked from network); 15 Oct 2014 10:39:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2014 10:39:17 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:33996] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/C0-03764-3DE4E345 for ; Wed, 15 Oct 2014 06:39:16 -0400 Received: by mail-vc0-f179.google.com with SMTP id im17so700247vcb.38 for ; Wed, 15 Oct 2014 03:39:13 -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:date :message-id:subject:from:to:cc:content-type; bh=uLZjtF5dRhZxK4jssuS9g7EPW//HHxsbT5VtkBv49OY=; b=HXQknVBpfifGqArv7qYYThs6bJhp8WBYfRLBZ25Gef22rgU3vKFY35Y3Z8zA5KOjEH nHbM+ykDbNK2MTg4TCafA72oqLc1Q2hGGhMJCUP0xpyExjcIpzrwcpdcCVFkGI2Dx4kH jno6Vz8oqQ7hPRE11PGCJfcwj+C9JjWlP3Oc4Fby/pRirw7oGu72YG7ZQIcdLVH05CfD Fo+oWUY9XD1d4FcPglCK/1eH58454nGHdIdJ0fOtWai2214687Q9cb3e4tcNrIm9+NAp 5ySMnyJsIXWn/iXjJrenSSbfAxUQVulQian/0GgD7jCvKBtIK5KGuy3J3+vvdW48z2MQ MVUA== X-Gm-Message-State: ALoCoQl83n5ogXxhIS2oHYxHILzaaALxvWN3xRbVdN+k66cvICAxIyYOP0zIKIeiQ9zHwRx09z8B6uCsHd5gDYKP7v5/aUOlWpcqN+v2Jd/Xv2fh2nhE1UyovC2HmSyB7NU5mzZZSrSWqfzf2mydr29peFI8ctRgVA== MIME-Version: 1.0 X-Received: by 10.220.87.138 with SMTP id w10mr11015540vcl.4.1413369552980; Wed, 15 Oct 2014 03:39:12 -0700 (PDT) Received: by 10.52.4.41 with HTTP; Wed, 15 Oct 2014 03:39:12 -0700 (PDT) In-Reply-To: <543D5C5F.5080304@lerdorf.com> References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> <543CE7CC.8010300@sugarcrm.com> <543D5A11.2080601@sugarcrm.com> <543D5C5F.5080304@lerdorf.com> Date: Wed, 15 Oct 2014 14:39:12 +0400 Message-ID: To: Rasmus Lerdorf Cc: Stas Malyshev , Xinchen Hui , Zeev Suraski , PHP internals Content-Type: multipart/alternative; boundary=047d7b3a911a246ac9050573beb6 Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: dmitry@zend.com (Dmitry Stogov) --047d7b3a911a246ac9050573beb6 Content-Type: text/plain; charset=UTF-8 If we aren't able to fix a low-level problem in a year we most probably won't be able to fix it in two as well. Also, the closer we are to release, the more feedback we get, and the more bugs are able to fix. Delaying release would just reduce the attention of the users. Thanks. Dmitry. On Tue, Oct 14, 2014 at 9:24 PM, 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 > > PHP is a mature project with reams and reams of legacy code out there. > Every single change, no matter how small, is like throwing a hand > grenade in a lake. There is the initial explosion and chaos and then the > ripples that go on and on. Dealing with all these ripples takes a lot > more time than most people think. For people who think that 1 year from > now is slow and conservative, it really isn't. It is quite aggressive > given the number of really low-level changes that are already in master. > Even if we froze the tree today I expect it could stretch to close to a > year to stabilize. > > -Rasmus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7b3a911a246ac9050573beb6--