Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9017 invoked from network); 1 Aug 2012 18:11:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Aug 2012 18:11:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.216.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:55578] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/9D-32875-36179105 for ; Wed, 01 Aug 2012 14:11:48 -0400 Received: by qafi31 with SMTP id i31so3127460qaf.8 for ; Wed, 01 Aug 2012 11:11:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=iLQHUiPh0Ccq8Wyl9iDpEsyxrB1yAxvNeg1qohdluZQ=; b=DsZU1VqgLKhLc0PDlnd8R8qwgkp/nx38hKwyI7dQlOreyVc/sdFoPsbp6UG8jV/VWL rLPhPAo35WsS/MxlzfU8/H8kwB+uwhqMWtLSi8/WrUNCIPAlz/RRtjvyeIWBNm3GivMi blmNhLP0tf71Pek3xcIbEP7ydrokWCsIQabnKKgRLMNP53vGkfgoWHafvs5XXlY2CoHO szZNnfOyRjYFKiCe10Z7IFq9R5qTBIjw0ewwVPVyarjZhW7FOSl/zYHDNLZiUNSw/03L 4aF4EwBU9U5aeudV8Jn/ySps/QfUFPNU2/3QyquO7IJxxZiAb7HWPXjXPBZxODDS/KWx Uh3Q== Received: by 10.229.122.220 with SMTP id m28mr9818893qcr.49.1343844704864; Wed, 01 Aug 2012 11:11:44 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id et6sm3131931qab.8.2012.08.01.11.11.43 (version=SSLv3 cipher=OTHER); Wed, 01 Aug 2012 11:11:44 -0700 (PDT) Message-ID: <5019715D.8030501@lerdorf.com> Date: Wed, 01 Aug 2012 11:11:41 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: hakre CC: "internals@lists.php.net" References: <1343826814.77002.YahooMailNeo@web133004.mail.ir2.yahoo.com> In-Reply-To: <1343826814.77002.YahooMailNeo@web133004.mail.ir2.yahoo.com> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmk290PlPiKpkhqFhUbpI+7AdLeYSCHgq6W2TpAn/BfnD6qjAWaeA/YjF8+af5kXAi1BiiG Subject: Re: [PHP-DEV] PHP 5.x Documentend End Of Life Dates From: rasmus@lerdorf.com (Rasmus Lerdorf) On 08/01/2012 06: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.net that 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? No date for 5.3 yet. Depends how development goes on the next version after 5.4. EOL announcements are in the release announcements. 5.2 EOL was announced here: http://www.php.net/archive/2010.php#id2010-07-22-1 -Rasmus