Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64230 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89935 invoked from network); 10 Dec 2012 14:24:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2012 14:24:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.114.211.66 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:63702] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/A5-60401-680F5C05 for ; Mon, 10 Dec 2012 09:24:07 -0500 Received: from [192.168.2.20] (host-188-174-210-58.customer.m-online.net [188.174.210.58]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 3E29B65053; Mon, 10 Dec 2012 15:24:03 +0100 (CET) To: Adam Harvey Cc: PHP internals list In-Reply-To: References: <1355137083.3178.24.camel@guybrush> <1355143879.3178.37.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Organization: PHP Development Team Date: Mon, 10 Dec 2012 15:24:43 +0100 Message-ID: <1355149483.3178.44.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 5.3 - end of live schedule From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2012-12-10 at 21:08 +0800, Adam Harvey wrote: > To be honest, Debian isn't really the distribution I'm worried about. > Ondřej does good work, and Debian Wheezy has PHP 5.4 and isn't miles > off, it seems. > > RHEL and Ubuntu are mostly the ones I'm thinking of here — RHEL 7 is > supposed to be out in the second half of next year, but history (and > my own experience both in supporting users and dealing with vendors) > suggests that RHEL users are slow to upgrade. Ubuntu won't have > another LTS release until 2014. All those are interested in are "critical"/"security" fixes. Besides that the version is frozen. So for those I don't see a benefit to continue providing unrelated fixes. > > Please also mind: Most bugs exist for years, most are older than 5.3. If > > they lived with those on 5.2 they are no stoppers to migrate away from > > there. The biggest category of 5.3-only bugs is around gc. PHP 5.3 won't > > stop working and for operations there is no big difference after > > February 2013 ... rather less risk of getting bug fixes which, by > > accident, change behavior. Therefore after February 2013 users updating > > need less validation when updating. > > All true as well. And as I said, I'm not really gunning for full > support to be extended (beyond 5.5.0 final, anyway). > > I think the idea of being flexible on this is fine so long as there's > an eventual hard and fast date announced some time next year. Let's > see how the distro situation shakes out, and how the charm offensive > in the first half of next year goes in terms of getting users to > upgrade to 5.4 and 5.5. :) I just wanted to flag it, mostly. ... and getting this discussion is why I sent the mail out. johannes