Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79680 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9664 invoked from network); 16 Dec 2014 00:16:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 00:16:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:48750] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/53-18662-1D97F845 for ; Mon, 15 Dec 2014 19:16:17 -0500 Received: by mail-ie0-f181.google.com with SMTP id tp5so11533146ieb.26 for ; Mon, 15 Dec 2014 16:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=DDgHBHWwbuXLvOwvWlFBFrQ8RwiY4mJkQw71FcUVT10=; b=tF5ZI1ROltHyCQ14fNX89wlRaqBQ3svYuBCtku6HotKrlGf9rWg0lhTohQ/BUvEe6P PfWLwAjNTlzKJJpS+oZcvFRKm1HPhpHP94bTTwqTJWn1jvRJlKUyIOEh8/P4aXL9O52q rylpaQk147qAHr4VsuX9mpwQ7lluBoOI2Li0c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=DDgHBHWwbuXLvOwvWlFBFrQ8RwiY4mJkQw71FcUVT10=; b=Rhi6YPiQGsp1QQoP32R0jIE66kgKwknSt2iigpcwsO2p20bjdpy5kFBuKAycKSh+aw O9SK1tosqNT159VS5ye6aFMVxT0MMEgnXnHcPOdNZl0erSUPDX3Y1LYrjV3FRI0Tt7oy AIjGnlj74w3tCKPE7iySO9V7/blR6ZIFkRopaIdgfbXWfi62Wl7vrad8crKSR1zS5fHU BLtO/7a7D7EL732ghsvzn3yzQHE4FEhfv0CREGvnLtcTKbxNcB/3dCQXm3YNcqcFl4ZA 5p0Mor3mfJJPyFDVqJRMz87M0YYxof0iCD8NFuEnndqmtHt3F+Bn6NGdwlhNTmqq/SEu Ki7Q== X-Gm-Message-State: ALoCoQkpPyjaRgTA/yuyvncISsmImU7a9yr0vg05pv781aZFvIv2UqBUv6pzvcx8P82F3wSVTFBV X-Received: by 10.42.251.68 with SMTP id mr4mr29640595icb.94.1418688969152; Mon, 15 Dec 2014 16:16:09 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.86.129 with HTTP; Mon, 15 Dec 2014 16:15:48 -0800 (PST) In-Reply-To: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> Date: Mon, 15 Dec 2014 16:15:48 -0800 X-Google-Sender-Auth: iWS-FLYzvCvo1hCMriJNmCkJzus Message-ID: To: Andrea Faulds Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] PHP 5.7 From: aharvey@php.net (Adam Harvey) On 15 December 2014 at 16:09, Andrea Faulds wrote: > The RFC can be found here: https://wiki.php.net/rfc/php57 Thanks for the taking the initiative on this. On timing: I think we should release 5.7 in August (12 months after 5.6), rather than lining it up with 7.0. This gives us the opportunity to then focus our attention on 7.0 entirely for the crucial RC phase of that release. Given the limited scope of 5.7, we shouldn't need as long a testing cycle. Adam