Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14815 invoked from network); 28 Oct 2014 02:35:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Oct 2014 02:35:31 -0000 Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:52453] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/30-13236-0F00F445 for ; Mon, 27 Oct 2014 21:35:28 -0500 Received: by mail-ie0-f176.google.com with SMTP id rd18so5240594iec.35 for ; Mon, 27 Oct 2014 19:35:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=/x5ZjxfOztiPm4MsU8lPlZcmUY2OCropY1l1EM0k6Ew=; b=xdIsIQ/Da6zwtIa6nMfGNCDvcZrn1ZWecnn6zvEbiwjkA31gRDY1zE/W7N/nusRZHd v6xC/TAdmnGoLBW/jgbMlm1Io2RFY+O7w+nDiPeavbniBw4DF+669UJYv78+sepAtgzL bfz2hXfulP2haG8f8uwoPz0i5McwGdsX8gE3tNUCeYJLTvHVsuBPEjw+0ZSGYeeWd5KT 0qKFYlAr9fgi+MwbfF6mYXbm3CIAxRbwohoeU9A7F+oYjyiaUttn39xQSz8/nX2Jtm6j pWJQ9cTTOfB53/dXzdQEJLYfKDfG8jwJjFWDc9Ia5RBZYLIme2TBHvOLTSLd94aUYxJD PiFQ== X-Received: by 10.50.6.2 with SMTP id w2mr26231338igw.29.1414463725656; Mon, 27 Oct 2014 19:35:25 -0700 (PDT) MIME-Version: 1.0 References: <544E129C.8060000@php.net> <544E1E7D.6090200@php.net> Date: Tue, 28 Oct 2014 02:35:25 +0000 Message-ID: To: Adam Harvey , Sebastian Bergmann Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7bd6c2d8ea75630506727f78 Subject: Re: [PHP-DEV] Currently supported versions of PHP From: rican7@gmail.com (Trevor Suarez) --047d7bd6c2d8ea75630506727f78 Content-Type: text/plain; charset=UTF-8 Great job on this Adam. You whipped this up pretty quickly and it looks good! On Mon Oct 27 2014 at 5:21:30 PM Adam Harvey wrote: > On 27 October 2014 18:29, Sebastian Bergmann wrote: > > On 10/27/2014 10:45 AM, Peter Cowburn wrote: > >> The closest we have, at the moment, is probably http://php.net/eol.php > >> which details the versions which are no longer supported. > > > > We need the inverse of that :) > > > >> Good question. > > > > Should we start http://php.net/supported-versions.php then? > > I did most of the work to support this a few weeks back, as the bug > tracker needed to be able to pull the currently supported versions > from somewhere when qa.php.net is down, so this is mostly just a case > of wiring up the data into something readable. > > It hasn't propagated to all the mirrors yet, but we now have > http://us2.php.net/supported-versions.php, as suggested. I used the > Wikipedia table for inspiration (that is, I blatantly stole the > formatting), and also added a basic SVG calendar which people seem to > like when I show it in conference talks. > > Thoughts? (I haven't linked it from anywhere yet, so it's not really > "live" as such.) > > Adam > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7bd6c2d8ea75630506727f78--