Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89768 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29416 invoked from network); 9 Dec 2015 00:11:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2015 00:11:57 -0000 Authentication-Results: pb1.pair.com header.from=bjorn.x.larsson@telia.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=bjorn.x.larsson@telia.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain telia.com from 81.236.60.154 cause and error) X-PHP-List-Original-Sender: bjorn.x.larsson@telia.com X-Host-Fingerprint: 81.236.60.154 v-smtpout1.han.skanova.net Received: from [81.236.60.154] ([81.236.60.154:58123] helo=v-smtpout1.han.skanova.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/11-20458-BC177665 for ; Tue, 08 Dec 2015 19:11:56 -0500 Received: from [192.168.7.4] ([195.198.188.252]) by cmsmtp with SMTP id 6SMLapGNOoes16SMLaJSgC; Wed, 09 Dec 2015 01:11:53 +0100 To: Adam Howard , =?UTF-8?Q?Johannes_Schl=c3=bcter?= References: <90c8ecbc29f8a40a2430306b807a169e@mail.gmail.com> <5664AC01.1020602@gmail.com> <5664C221.9040403@gmail.com> <1449577169.22113.7.camel@kuechenschabe> Cc: PHP Internals Message-ID: <566771CA.3060506@telia.com> Date: Wed, 9 Dec 2015 01:11:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfCdobvSfsxzwcnkuYK4o8Nw6Nxm7jht7UgmqnD3sgnSR5p14JJBpgyMdbQl94a4dr+miWL8Bi7hrLc9ABy0ens+pajegPp1r6sfecO9KJ38Pn5Z6YuH2Coxr7Dr5pAdKmGUTcg7iYHHbQpkDVOafzqWxYL7G/J2zDjXcZw/l5p9kQIUaiW4UVCz+/XsE1/8S3idDFlL4Vi3ubSRHkA4ybPqdykxMHlPzA0kZS4D7Ozmr4dy0sxHJgQ07z67ZiFY9Xg== Subject: Re: [PHP-DEV] PHP 5.6 life cycle From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Den 2015-12-08 kl. 16:00, skrev Adam Howard: > The EOL (end of life) date does influence people. True, not everyone will > simply jump ship upon EOL. But it is still has a significant enough > influence on adoption and urgency in general. Especially toward new > development projects or new releases in general that are less likely to > code with support for EOL products (overall). There is an influencing > factor that cannot be realistically denied without avoiding common sense. > > > On Tue, Dec 8, 2015 at 7:19 AM, Johannes Schlüter > wrote: > >> 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 >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php Actually our ISP is now offering PHP 7.0 in their production environment for all customers. So the 5.6 support timeline was not relevant in that case. For us as application developers I'm not sure it matters so much since we today runs on an older PHP version. The business case going for 7.0 is so good that I see no point going for 5.6 and then 7.0. Regards //Björn PS Of course for a larger organisation then us it has another impact, but the tentative cost savings and performance gains with 7.0 is a strong driving force.