Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78408 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97376 invoked from network); 27 Oct 2014 21:20:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2014 21:20:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.175 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.175 mail-ig0-f175.google.com Received: from [209.85.213.175] ([209.85.213.175:41790] helo=mail-ig0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/C7-56216-C27BE445 for ; Mon, 27 Oct 2014 16:20:44 -0500 Received: by mail-ig0-f175.google.com with SMTP id a13so1292215igq.14 for ; Mon, 27 Oct 2014 14:20:41 -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:message-id :subject:to:cc:content-type; bh=yLmEtpxMN6fQj5WZMgLuLN4hfJuzg5tIwc/jg+FOQgU=; b=or6778VKiD7CBOgiG1vZ2N+hVOPw1XENqFfVv+WNpyF5+MwEC4fxuyUMmBM/wI7bVM jDzgDQV0Vi5phRpiZoUZBBOLhW4u9chU0Iy5EuHqmu+cqVzDBO2pDaIj20zRFvlirN8c cJ5AwBz4B32Kma/IYCuEeyLCM4fVaMEMCWuS8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=yLmEtpxMN6fQj5WZMgLuLN4hfJuzg5tIwc/jg+FOQgU=; b=QiGn0cQ2Q20Z3Dv++EDmNoifvt+qDYtI+FcyFwa3KuUytrqrg9LF/8LZKrzXXQ0itS aCfJ5iE0LmzYzep6R6SFPKEpCBa8BKiBgowR4wkVvCE0kXtBheid7L8X+xliNuzfCjJ2 FjYNdiHyiJ1aC/ubGtvBtBPS1vlmRd2ci+xEjZPl7dVkpESFwBd3Uy+5JQYROR6uPz+L v9HbutKPsCgpcy9eL+/C3+Eldp0N6Uw6uOouz4ZPoxqrbyqOdA7cm2+o7n50OwEoB3SD m4P52Hg8NKelojTifho33VMpYhwpYaXb/6NOrR+9hkGB1Kd16HewUqztUR4uxvdhpwee kIlw== X-Gm-Message-State: ALoCoQnb90crrVF+//U0QMUw1LvGpK12XmEunQSXy8ViXY6o6o75J7BvHXbj0jYN6ta7s/0RUxk+ X-Received: by 10.50.128.170 with SMTP id np10mr24969478igb.42.1414444841612; Mon, 27 Oct 2014 14:20:41 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.151.133 with HTTP; Mon, 27 Oct 2014 14:20:21 -0700 (PDT) In-Reply-To: <544E1E7D.6090200@php.net> References: <544E129C.8060000@php.net> <544E1E7D.6090200@php.net> Date: Tue, 28 Oct 2014 05:20:21 +0800 X-Google-Sender-Auth: lfMwBnTyjV9_00TsjRja6QWxMM0 Message-ID: To: Sebastian Bergmann Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Currently supported versions of PHP From: aharvey@php.net (Adam Harvey) 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