Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36102 invoked from network); 27 Oct 2014 10:29:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2014 10:29:22 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:56924] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/6D-56216-18E1E445 for ; Mon, 27 Oct 2014 05:29:21 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id 859DD3A36D for ; Mon, 27 Oct 2014 11:29:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3hfSeZ4nERiU for ; Mon, 27 Oct 2014 11:29:18 +0100 (CET) Received: from localhost.localdomain (h-213.61.39.195.host.de.colt.net [213.61.39.195]) (Authenticated sender: php@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id 3BFBC3A34B for ; Mon, 27 Oct 2014 11:29:18 +0100 (CET) Message-ID: <544E1E7D.6090200@php.net> Date: Mon, 27 Oct 2014 11:29:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: <544E129C.8060000@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Currently supported versions of PHP From: sebastian@php.net (Sebastian Bergmann) 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?