Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2883 invoked from network); 15 Dec 2014 23:32:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2014 23:32:38 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:47092] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/52-18662-49F6F845 for ; Mon, 15 Dec 2014 18:32:36 -0500 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 27A7847DCF; Tue, 16 Dec 2014 00:32:55 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-29-1.dynamic.mnet-online.de [93.104.29.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id F016F47DCD; Tue, 16 Dec 2014 00:32:51 +0100 (CET) Message-ID: <1418686347.23678.3.camel@kuechenschabe> To: Ferenc Kovacs Cc: Zeev Suraski , Adam Harvey , Derick Rethans , PHP Internals Date: Tue, 16 Dec 2014 00:32:27 +0100 In-Reply-To: References: <4385b3d86ee971aa0f008cc3fcc2e080@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] On the road to PHP 5.7 , or not ? From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2014-12-15 at 21:08 +0100, Ferenc Kovacs wrote: > there are two advantages for having 5.7 and having those deprecated > messages in 5.7: > 1, if we introduce the deprecated message in 5.6.x, some people will miss > it (for example debian jessie has 5.6.2) So you want Debian to upgrade to 5.7 instead of 7.0? - I'D rather see them on 7.0 as soon as possible. > 2, would allow us to stabilize 5.6 instead of keep adding stuff to it > continuously . New features in 5.6 should be rejected and added to 7.0 to give users more reasons to upgrade. johannes