Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61931 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6255 invoked from network); 1 Aug 2012 18:02:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2012 18:02:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:64981] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/FC-32875-72F69105 for ; Wed, 01 Aug 2012 14:02:15 -0400 Received: by wgx1 with SMTP id 1so5529968wgx.11 for ; Wed, 01 Aug 2012 11:02:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jkDouoqt8fHlzkG4lSnqToH94l8De/qD3n0vpmfFyuQ=; b=VSigLSo006wCcrK1fPmzuqC5NJ3Skzzy8QHoyF2FoM1SeC3kDcfU7Iule9a67DCUK0 07sISJhF80Gtf874k9+Sv+4y4VNUQUV928aGNFfF72nTD+C16WZFpCImWRa57KRuvB48 Aac0JGc9mqvjrtQqCk6Vzi3ECN6CxoQTxIv0EaPOTv2iUEtr9xYWKLYP7XGpyyenwAKu Xe5vym93HOfFwByO8d/ZQeZvXzZOEOZKmijZCl4inb7vuuIockoO6VABVBZtl3TV1fJ0 XcY6doM6pwHJ3hJUWnoZtlO3vIHXSDt/pFaFReMmy3tewdI0dO9UYu3+5MdIuEzV26t0 EdWw== MIME-Version: 1.0 Received: by 10.216.71.82 with SMTP id q60mr9656609wed.64.1343844131904; Wed, 01 Aug 2012 11:02:11 -0700 (PDT) Received: by 10.216.211.30 with HTTP; Wed, 1 Aug 2012 11:02:11 -0700 (PDT) In-Reply-To: <1343826814.77002.YahooMailNeo@web133004.mail.ir2.yahoo.com> References: <1343826814.77002.YahooMailNeo@web133004.mail.ir2.yahoo.com> Date: Wed, 1 Aug 2012 11:02:11 -0700 Message-ID: To: hakre Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=00504502d5311d9de904c6381868 Subject: Re: [PHP-DEV] PHP 5.x Documentend End Of Life Dates From: kris.craig@gmail.com (Kris Craig) --00504502d5311d9de904c6381868 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Aug 1, 2012 at 6:13 AM, hakre wrote: > I have some simple questions about PHP 5.x End Of Life (EOL) dates: > > PHP 5.0 - Is there some official news-item or changelog entry on php.netthat says at which date PHP 5.0 went End Of Life? > > PHP 5.2 - Does the "End Of Support" that was announced twice for PHP 5.2 > has the same meaning as "End Of Life"? > > Is there a reason why the naming has been changed btw? PHP 4 for example > was declared End Of Life but it looks like it wasn't much of a mode to use > that terminology until the 2011 RFC about the release process came to life. > > And what about EOL of PHP 5.3, is there a date? According to the new > release process it is already EOL because it's over three years now, > however the RFC vote was in that lifetime so I assume that probably there > is some transistion phase. If so, is there a planned date? Any > thoughts/plans about PHP 5.3 EOL? > > Cheers > > -- hakre > As far as I know (somebody please correct me if I'm wrong!), we provide legacy support to the previous tenths version increment only. In a practical sense, I think that essentially means EOL. Again, somebody please correct me if I'm mistaken, but I haven't seen any 5.2.x commits/etc since 5.4 was introduced. It's no longer on the main downloads page. Whether it's "officially" EOL or not I'm not sure, but in a practical sense I think it basically is. --Kris --00504502d5311d9de904c6381868--