Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78082 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21541 invoked from network); 15 Oct 2014 00:20:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2014 00:20:50 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:54774] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/00-21008-EDDBD345 for ; Tue, 14 Oct 2014 20:20:47 -0400 Received: by mail-pa0-f42.google.com with SMTP id bj1so200930pad.1 for ; Tue, 14 Oct 2014 17:20:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=nJG7h8G/2U9AfisSpOd7lBYjpRzC8Zc9jtq4OqunUgg=; b=KcXHLbt5KeZZXydqD38PEfqftmRLTGXN4NdaKWEciQJObbJGlvCqGB6c355t5sBkNF IWRS6nTiG4YkvKzH59JkxfKYlTEBAqsGLE1KfszLU/fB71ANyYfGqPWIN8TLAcOhvyvd y/zXXSOhVeqgNAQZkz9ftvnLJjsJXFgOViFCsP+OHjp/6aBxKM7Lk/dntuHwbLSFx4Ku hEJVWpFJvhBKyhAtvtgVYTDqwI6etKEbTcA6hPGuQvg1UsCKGzP+qrO6LY7871Jumqh2 OlfFHs0ZCFXunbBGu1/DF715QMVW7iq9l1F6ZBTSEFKEwZ6s9srIP3ZuRn3c3t2INpE2 /3Pw== X-Received: by 10.68.162.65 with SMTP id xy1mr6935277pbb.144.1413332443715; Tue, 14 Oct 2014 17:20:43 -0700 (PDT) Received: from tjerks-imac.gateway.2wire.net (bb121-7-198-24.singnet.com.sg. [121.7.198.24]) by mx.google.com with ESMTPSA id f12sm15260811pdl.94.2014.10.14.17.20.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Oct 2014 17:20:42 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: <543D5C5F.5080304@lerdorf.com> Date: Wed, 15 Oct 2014 08:20:37 +0800 Cc: Stanislav Malyshev , Laruence , Zeev Suraski , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: <2598482A-491C-4065-A163-5067CFD35A69@gmail.com> References: <32b8315ede38cd03ad4a7ab4497397e9@mail.gmail.com> <543CE7CC.8010300@sugarcrm.com> <543D5A11.2080601@sugarcrm.com> <543D5C5F.5080304@lerdorf.com> To: Rasmus Lerdorf X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] RFC: PHP 7.0 timeline From: tjerk.meesters@gmail.com (Tjerk Meesters) On 15 Oct 2014, at 01:24, Rasmus Lerdorf wrote: > On 10/14/2014 10:14 AM, Stas Malyshev wrote: >> Hi! >>=20 >>> IMO, AST, INT64, NG, Uniforme variables style is enough for a new >>> marjor version.. why we still need to wait? >>=20 >> We don't need to just "wait", as sit and do nothing. We need to = allocate >> time for other features. >=20 > 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: >=20 > 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/5831cca9576f4e0d4daed75a9915d436dfc5= f4e5 >=20 > 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. >=20 > -Rasmus >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20