Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98663 invoked from network); 12 Jul 2013 00:58:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2013 00:58:11 -0000 Authentication-Results: pb1.pair.com header.from=kenji.uui@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kenji.uui@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.54 as permitted sender) X-PHP-List-Original-Sender: kenji.uui@gmail.com X-Host-Fingerprint: 209.85.220.54 mail-pa0-f54.google.com Received: from [209.85.220.54] ([209.85.220.54:62517] helo=mail-pa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/AD-03322-2A45FD15 for ; Thu, 11 Jul 2013 20:58:10 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx10so8485471pab.27 for ; Thu, 11 Jul 2013 17:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=sIIEkkoHCCMoPhXICOGpF4kmReon0hb65MOx/+vQ1vY=; b=ZtejOCLVTXzXw6mTzM3mw61gGsugPlTGQJYEkdrtP/OsWDluWyXbOpc50ZXa1dvkWJ 3yUsLGTUmJ7+rhVzW5vCT3gQXJqr1WQQ91tVfMfN99HSXmlYYrNPhX674k4P7Sfj4eZ8 t4zZzAPLzcmfJU3iVfzVoTNsCMWkBInAkBUjmnL9AzZ6p7RI3MF9JcnKzNCh0uavlohL Dsl87uH08M8BwRAACA/EP2NMUJAXmQ7bXZaKR6buhP9YRWtMfb9FBVu4OUkpaFyA3eny oac/X9m3FAz9bFj5IuUq9S3U2gkonrat4iZrSrKgKcpBlEMO2PRhg+f11AXz9mFoELdF S21Q== X-Received: by 10.68.242.105 with SMTP id wp9mr39009742pbc.153.1373590687394; Thu, 11 Jul 2013 17:58:07 -0700 (PDT) Received: from macbook (Sabratha.aitai.ne.jp. [211.1.206.69]) by mx.google.com with ESMTPSA id it7sm10251418pbc.25.2013.07.11.17.58.04 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 11 Jul 2013 17:58:06 -0700 (PDT) Date: Fri, 12 Jul 2013 09:58:03 +0900 To: internals@lists.php.net Message-ID: <20130712095803.cf20f6c615602db2089e2c12@gmail.com> In-Reply-To: <1373590054.2394.1800.camel@guybrush> References: <1373579102.2394.1603.camel@guybrush> <20130712081055.6dda8d0334a00b10ddac4ec8@gmail.com> <1373590054.2394.1800.camel@guybrush> X-Mailer: Sylpheed 3.2.0beta5 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP 5.3.27 Released - PHP 5.3 Reaching End of Life From: kenji.uui@gmail.com (Kenji Suzuki) On Fri, 12 Jul 2013 02:47:34 +0200 Johannes Schlüter wrote: > 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. :) I see. Thank you for your explanation. // Kenji