Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73706 invoked from network); 17 Dec 2014 10:43:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2014 10:43:58 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:45305] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/80-04029-C6E51945 for ; Wed, 17 Dec 2014 05:43:58 -0500 Received: by mail-wg0-f47.google.com with SMTP id n12so19650024wgh.6 for ; Wed, 17 Dec 2014 02:43:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bBUyekeydOSQ01EQhYCJs4ZrWtYarFK6uHewGl2zxSM=; b=pbSUyOfeBgaeHvJF9Rq8DcBPgvkziYBBZzjtPhWc1f6mPwLFukm9SMbfwtW3cDwMiD +zT3ZDXc7uPbgGct0JpkdYl6IPN7svYSqjQYMR0jrvP3upN0ylY9xJyhfSYdSWo7tPJE eH5H0CcfgMbUKkAbAQwp5ZzFqLSJ3EEhuCXgX3+2HbBqB3JxP8GeyvAVFJ4baee///CQ ptRy1VZ8E5rOVoKfyLsX2XAH184nqd3qZ2QhzkX5BCyyJVTxrYg/wdzMtaL27YBPr9mo 8YGXPMmST9aHpVAUffQix1xlgyA1DTjcsH38Mhgn/VrCtXrESI2bfqNKZjvFES+yIkSp kzpg== X-Received: by 10.194.91.205 with SMTP id cg13mr71175203wjb.21.1418813031947; Wed, 17 Dec 2014 02:43:51 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id ei5sm20426968wid.2.2014.12.17.02.43.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 02:43:51 -0800 (PST) Sender: Michael Wallner Message-ID: <54915E66.3050505@php.net> Date: Wed, 17 Dec 2014 11:43:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> <71165C46-EFBD-4961-843C-71F97BCBDCB5@ajf.me> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] PHP 5.7 From: mike@php.net (Michael Wallner) On 17/12/14 00:45, Andrea Faulds wrote: > Hi Pierre, > >> On 16 Dec 2014, at 23:42, Pierre Joye >> wrote: >> >> >> On Dec 17, 2014 4:19 AM, "Andrea Faulds" wrote: >>> >>> Hmm, actually, a 2to3-esque tool and a formal extension of 5.6's >>> support by a year sounds like a better solution. If others agree, >>> I might withdraw this RFC. >> >> Please do not. >> > > I’m not considering dropping the RFC because of opposition. Rather, I > think that suggestion is actually better than having a 5.7 release. > I'd definitely be in favor of concentrating on 7.0 and rather have external supportive tools instead of an 5.7 release. -- Regards, Mike