Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78038 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41311 invoked from network); 14 Oct 2014 17:24:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 17:24:55 -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.182 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.182 mail-qc0-f182.google.com Received: from [209.85.216.182] ([209.85.216.182:65051] helo=mail-qc0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/FB-18603-66C5D345 for ; Tue, 14 Oct 2014 13:24:55 -0400 Received: by mail-qc0-f182.google.com with SMTP id i17so7134446qcy.13 for ; Tue, 14 Oct 2014 10:24:50 -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=PZcf91vj6zxW2wdTuniLLHjoSuGKx6q62p7wLWliwzE=; b=Kl/hQ4OzKj8XYAEC+FWnmfbxwEexwH5PhpebqZxVezgsPPlIcdw3ka7a95BEeMWRPK 4Isbolk/fV10aKZJAqB36PYUmkmtDbOPqoxphDkX1Zs4sj0jR7Bkh2Bx07vbUyTFzmKC SKv3xYsR0n4FbVxFEAKUPP42baEdcvSoCOcpNr7X48XSrdePN2G1N+dxwX4SNCw6fEUY g8XfI/VdKG0yePTzLO3J2yzjGpMkNgeclslTE/UKSyem2loM6LaSnKtuz4e/Q+iOqNU8 v/SCYb6qq4zpbp6+9SRdA/6ZpKarudeA6m+kqy1v47Mr/Vu9dQt4Q8psiFG+f9+OqLU5 Uktg== X-Gm-Message-State: ALoCoQnqg/AXYjFJJOARYKi3bQ7Gv2OxpfsFfb/sQ0or00ao7+pQrehjqrMyv0ysLk7Jo9Kq2ksq X-Received: by 10.140.82.101 with SMTP id g92mr11245069qgd.26.1413307490000; Tue, 14 Oct 2014 10:24:50 -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 a97sm3562424qge.13.2014.10.14.10.24.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Oct 2014 10:24:49 -0700 (PDT) Message-ID: <543D5C5F.5080304@lerdorf.com> Date: Tue, 14 Oct 2014 10:24:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Stas Malyshev , Xinchen Hui CC: Zeev Suraski , PHP internals References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> <543CE7CC.8010300@sugarcrm.com> <543D5A11.2080601@sugarcrm.com> In-Reply-To: <543D5A11.2080601@sugarcrm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: rasmus@lerdorf.com (Rasmus Lerdorf) 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