Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68110 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96964 invoked from network); 12 Jul 2013 00:47:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2013 00:47:43 -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.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:52294] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/4D-03322-E225FD15 for ; Thu, 11 Jul 2013 20:47:43 -0400 Received: from [192.168.2.20] (ppp-93-104-29-28.dynamic.mnet-online.de [93.104.29.28]) (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 EBD7A657FA; Fri, 12 Jul 2013 02:47:38 +0200 (CEST) To: Kenji Suzuki Cc: internals@lists.php.net In-Reply-To: <20130712081055.6dda8d0334a00b10ddac4ec8@gmail.com> References: <1373579102.2394.1603.camel@guybrush> <20130712081055.6dda8d0334a00b10ddac4ec8@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 12 Jul 2013 02:47:34 +0200 Message-ID: <1373590054.2394.1800.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 5.3.27 Released - PHP 5.3 Reaching End of Life From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2013-07-12 at 08:10 +0900, Kenji Suzuki wrote: > On Thu, 11 Jul 2013 23:45:02 +0200 > Johannes Schlüter wrote: > > > Please Note: This will be the last regular release of the PHP 5.3 > > series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP > > 5.5. The PHP 5.3 series will receive only security fixes for the next > > year. > > The exact date of true EOL is 11 Jul 2014, right? I don't have an exact date. The voted RFC states "1 year after 5.5 release", which would mean June 20th, now this release, 5.3.27, was a tiny bit delayed. So I'd look at July 3rd or 10th (Thursday is our "traditional" release day) But mind: If there is an critical issue reported on July 12 and we need time to fix it, and maybe a RC cycle, we might end up having a release somewhere end July, maybe even August. But on the other hand: Let's hope there is no critical issue and this all is theory. :) johannes