Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89743 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59203 invoked from network); 8 Dec 2015 12:19:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 12:19:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; 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:46725] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/48-31749-8DAC6665 for ; Tue, 08 Dec 2015 07:19:37 -0500 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 9DCA14FC3E; Tue, 8 Dec 2015 13:19:40 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-0-87.dynamic.mnet-online.de [93.104.0.87]) (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 40FF34FC39; Tue, 8 Dec 2015 13:19:37 +0100 (CET) Message-ID: <1449577169.22113.7.camel@kuechenschabe> To: Stanislav Malyshev Cc: Scott Arciszewski , Zeev Suraski , Jan Ehrhardt , PHP Internals Date: Tue, 08 Dec 2015 13:19:29 +0100 In-Reply-To: <5664C221.9040403@gmail.com> References: <90c8ecbc29f8a40a2430306b807a169e@mail.gmail.com> <5664AC01.1020602@gmail.com> <5664C221.9040403@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] PHP 5.6 life cycle From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sun, 2015-12-06 at 15:17 -0800, Stanislav Malyshev wrote: > Sufficient for what? It is a hard fact that people still run 5.3 > version. In fact, 2/3 of sites run EOLed versions. You can always say > they have only themselves to blame, but then I'm not sure what > "sufficient" means. Unless adoption patterns change drastically, by the > end of 2017 most people will not be running PHP 7. That's not something > we can realistically change (unless you have some way of changing those > patterns we didn't try yet or they change by themselves somehow). Thus, > our choice lies only in whether we support this majority of users in > some way or say "you are on your own now, we don't care about you anymore". People who don't update aren't really relevant for a lifetime discussion. It doesn't really matter if they don't update to 5.6 or if they don't update to 7.0. Especially if they don't even update from 5.3.x to 5.3.(x+n). johannes