Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69264 invoked from network); 2 Aug 2012 07:57:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2012 07:57:22 -0000 Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:45080] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/23-48311-1E23A105 for ; Thu, 02 Aug 2012 03:57:22 -0400 Received: by vcbgb30 with SMTP id gb30so8974019vcb.29 for ; Thu, 02 Aug 2012 00:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=3EzR1BU/aG43FIq5OONqJWt3cOQG1a2b1PjkfM7ZzIs=; b=a8JwO2Brc3eXcNuRHBunCSd14Sny+LvlCdBN+iEEmS04g1dhhnj2m/MCyIV42xDbRB qp0qo+Z6a0xix/ly5rTpi+x32jP0FovZeycqTzoX9O1NguSurXHbq+fSy6YJuN3nfT0v 8QWQD0lHStGLBuWHc48jk2nhnH1UfnRhEVKANgbn0OX5koIqi+i5+Lun8hScnnLV0owT BANB+hzWuTE7C874N+qiD9Xh+7nO0ApwLj0LfaJlntlfBDes2ODG5Sw78CzIsmbA+6lB GgGOt+SjLyOROPWecjcPbnHDRuJqUl2/M0Mn3SLUrGO8XZTiZ1JmtUBqIkkNTxpNJkef 1ShA== Received: by 10.220.107.15 with SMTP id z15mr19233251vco.36.1343894239048; Thu, 02 Aug 2012 00:57:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.168.226 with HTTP; Thu, 2 Aug 2012 00:56:38 -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 08:56:38 +0100 Message-ID: To: Adam Harvey Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP 5.x Documentend End Of Life Dates From: petercowburn@gmail.com (Peter Cowburn) On 2 August 2012 07:35, Adam Harvey wrote: > Thoughts? (Do we even want to auto-fill this from $OLDRELEASES, or > would we rather have a manual array?) Specific notes on > vulnerabilities to add to branches? Better versions of the copy in the > initial blurb? Why is this information not just displayed on "Unsupported Historical Releases" (/releases)? Do you have plans for the EOL page that wouldn't be suitable for the other one? My worry is spreading this information across multiple places, when we already have a very detailed page about unsupported versions. The X.Y version table could be listed at the top of /releases to give a quick summary, before the detail for each individual version listed chronologically. We could add more notes like the existing "Support for PHP 4 has been discontinued since 2007-12-31." at the appropriate places in that list.