Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56977 invoked from network); 10 Dec 2012 10:58:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2012 10:58:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 217.114.211.66 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:59406] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/F0-43532-060C5C05 for ; Mon, 10 Dec 2012 05:58:41 -0500 Received: from [192.168.2.20] (host-188-174-210-58.customer.m-online.net [188.174.210.58]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 4157665FC3 for ; Mon, 10 Dec 2012 11:58:37 +0100 (CET) To: PHP internals list Content-Type: text/plain; charset="UTF-8" Organization: PHP Development Team Date: Mon, 10 Dec 2012 11:58:03 +0100 Message-ID: <1355137083.3178.24.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: PHP 5.3 - end of live schedule From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, after 5.4.0 was released we had a discussion on 5.3 EOL. Even though it wasn't properly documented the overall consensus was to go with option one from https://wiki.php.net/rfc/php53eol "One year with bugs fixes followed by one year with security fixes only" So as quick reminder and help for the ones who don't want to do the maths about our current release schedule themselves the schedule looks like this: December 20th -- Release PHP 5.3.20 January 2nd -- Branch of PHP 5.3.21 January 17th -- Release PHP 5.3.21 January 30th -- Branch of PHP 5.3.22 February 14th -- Release PHP 5.3.22 As of this date the 5.3 branch will go to extended support and should receive security fixes only. Releases will be made based on need. Please mind that the above schedule is tentative and unpredictable events might change this. Comments? johannes