Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80003 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19738 invoked from network); 29 Dec 2014 16:01:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Dec 2014 16:01:06 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.199 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.199 imap11-2.ox.privateemail.com Received: from [192.64.116.199] ([192.64.116.199:56837] helo=imap11-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/E3-33540-FBA71A45 for ; Mon, 29 Dec 2014 11:01:05 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 4485C8800F4; Mon, 29 Dec 2014 11:01:01 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap11.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap11.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id F6YCUKfCeu0L; Mon, 29 Dec 2014 11:01:01 -0500 (EST) Received: from [192.168.0.13] (unknown [94.13.96.117]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 78BD58800E7; Mon, 29 Dec 2014 11:01:00 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: Date: Mon, 29 Dec 2014 16:00:58 +0000 Cc: Internals Content-Transfer-Encoding: quoted-printable Message-ID: <93CCAA92-5CCE-4724-A917-B49C55D2D4F1@ajf.me> References: To: Ferenc Kovacs X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] [VOTE][RFC] PHP 5.7 From: ajf@ajf.me (Andrea Faulds) Hey Ferenc, > On 29 Dec 2014, at 15:43, Ferenc Kovacs wrote: >=20 > I'm not entirely sure that it is a good idea to go through the voting, = as in a previous mail you wrote that you don't support the idea anymore = and you plan withdrawing it: > https://www.mail-archive.com/internals@lists.php.net/msg72085.html > https://www.mail-archive.com/internals@lists.php.net/msg72098.html I did say that, but I never actually did it because I wasn=E2=80=99t = completely convinced by that idea either. > I was planning to create a RFC for 5.7 with some differences to yours = (mostly about having minor self-contained features should target 5.7 and = making a stronger point for why 5.7 would be useful), but given the = current situation I have no favorable outcome, I either vote for an 5.7 = which I disagree with in small details (and which will most likely fail = the vote because the rfc doesn't really make a strong point for itself = nor did you incorporate anything to the rfc which was discussed in the = thread) or vote against it when I really think that having an 5.7 would = be really useful. I did incorporate things into the RFC that were discussed in the thread, = the timetable changes in particular. If you want to work on the RFC, I=E2=80=99d be happy to cancel the vote = for now so you can make changes. I=E2=80=99m not sure about allowing small features, but that is up to = you. If we=E2=80=99re talking about the kind of things that go into = normal minor releases, then there=E2=80=99s a risk of people not = bothering to upgrade to PHP 7. Then again, we need to actually encourage = people to upgrade to 5.7 first. Development of new features for 5.7 = would be difficult because everything you do must essentially be = rewritten for 7.0 given the huge internals changes. This also creates = unfortunate QA issues, since your 7.0 and 5.7 implementations must have = exactly matching behaviour. But there might be a case for small features = like we have sometimes in micros, e.g. adding parameters to functions. = It=E2=80=99s your call. Thanks. -- Andrea Faulds http://ajf.me/