Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61946 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59184 invoked from network); 2 Aug 2012 05:01:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2012 05:01:01 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:32795] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/91-48311-C890A105 for ; Thu, 02 Aug 2012 01:01:01 -0400 Received: by obbwd18 with SMTP id wd18so439726obb.29 for ; Wed, 01 Aug 2012 22:00:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=awBQa6CYS8+4c7i9De4f0yEA+Vw0zRxSf8OFuD4zavw=; b=yCFkfLLIReLw735CMrMlpO1RWbXoTAUAuHEk5adriKv0weF6IoihDyWbVHBv4jEdBq 1ypbimH4bcneARWYe1B4hGSuWlLtwF0XuK2HZG40quhk96cyTD4CY+1os/fvm+FdYXcL CU+LjPM0ZMup9kgJsR6YI++X7wQkVHJIB9r0M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=awBQa6CYS8+4c7i9De4f0yEA+Vw0zRxSf8OFuD4zavw=; b=lUg4B+yib4SgSA4a5fx8Q4AaMRM+GiCZiqbWvft8a0HQknE2wu3uYRaFLa6Z1l3sbE axzvBb+3Zww7qvcRYkcl0jNZg0Kz/YEq99bvdovK6p9vCZjvktbm3oDgnMHcYgSV5wFb givcMOgncbKkly/8OpCV4S3X/Yk0vMYMH9fMD8RLiatK8EjJ8Inz2SsJiJL+kmvhKm+/ TnoShN2hf9K6IQmUT6AIRabg+OtSbOuYh917WX3CKTGsQUFZEKL2xZYZCFNcDspBxEYT 66gSf5WtSe0bgXBh7+Vwh406mIb+RRZrOu4fU596QWobdOluUa1kckjdm84HLydXIH2G /Q5A== Received: by 10.182.174.70 with SMTP id bq6mr33585420obc.78.1343883658195; Wed, 01 Aug 2012 22:00:58 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.76.125.228 with HTTP; Wed, 1 Aug 2012 22:00:37 -0700 (PDT) In-Reply-To: References: <1343826814.77002.YahooMailNeo@web133004.mail.ir2.yahoo.com> <50197263.6060905@gmail.com> <50197934.5060005@lerdorf.com> Date: Thu, 2 Aug 2012 13:00:37 +0800 X-Google-Sender-Auth: YQtSw-7qdTaQgi9YiOslLS08bjs Message-ID: To: Kris Craig Cc: Rasmus Lerdorf , =?UTF-8?B?w4FuZ2VsIEdvbnrDoWxleg==?= , hakre , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQlq76k9Gc7GBZdIFaXNSAG1H5oNffMEqFg3rDwMCwToO4j1cw0N9Z1DOlsfjjrg0GBjVk+o Subject: Re: [PHP-DEV] PHP 5.x Documentend End Of Life Dates From: aharvey@php.net (Adam Harvey) On 2 August 2012 12:30, Kris Craig wrote: > First we'll need to consolidate the information regarding when each versi= on > was EOL'd. Are they all in news announcements, or are they scattered > between announcements, listserv threads, etc? If we're going to do this, > we may as well cover as many of the /releases entries as possible; > hopefully we'll be able to find the dates for most of them. > > Any ideas? I'd be happy to do the actual grunt work but I'm not sure whe= re > to look, particularly for older 4.x stuff. I'm having a look at this now =E2=80=94 we have enough information in the release array to make this work pretty much automatically, I think. Should have something up to look at tonight. Adam