Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28359 invoked from network); 27 Oct 2014 09:38:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2014 09:38:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; 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:52997] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/DB-56216-0A21E445 for ; Mon, 27 Oct 2014 04:38:42 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id 832783A33D for ; Mon, 27 Oct 2014 10:38:37 +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 MLn0IxHPesus for ; Mon, 27 Oct 2014 10:38:37 +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 176EE3A333 for ; Mon, 27 Oct 2014 10:38:37 +0100 (CET) Message-ID: <544E129C.8060000@php.net> Date: Mon, 27 Oct 2014 10:38:36 +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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Currently supported versions of PHP From: sebastian@php.net (Sebastian Bergmann) Hi! Do we have a page that lists the versions of PHP that are currently supported and when their support expires? If not, why not? What I am looking for is basically a page that lists the information shown in the examples used in https://wiki.php.net/rfc/releaseprocess Thanks! Sebastian