Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67290 invoked from network); 22 Jun 2015 21:33:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2015 21:33:48 -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.212.175 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.212.175 mail-wi0-f175.google.com Received: from [209.85.212.175] ([209.85.212.175:35394] helo=mail-wi0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/08-07834-A3F78855 for ; Mon, 22 Jun 2015 17:33:47 -0400 Received: by wiga1 with SMTP id a1so88977173wig.0 for ; Mon, 22 Jun 2015 14:33:44 -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:content-transfer-encoding; bh=SfPVEkjtw+xaNfGoM2tURoy4UwY2DECxk2JRfH+1hwU=; b=iuggi421mQFT9jhhbXV/z4xRR7dXKAJE3WJoxfAbmGbPsRchWDg1Ef1zaRjFkTXCCR Vo6oo5RP2t+8XvMx8Ka2rXT02Lz6dk/hxlc/qWT1jp3CrCRcsDrr4QCP3fMpBpRObVmx iJyAywd8pfozEjUuCK9zquOafslRUnJpjhhgg= 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 :content-transfer-encoding; bh=SfPVEkjtw+xaNfGoM2tURoy4UwY2DECxk2JRfH+1hwU=; b=UPi9znILoaT9B3pNTDssVbxTL1hV5o+NiiPdihbQO1FZqQ0nf9HfI9lEo/dFsebljk 9Vyix/Ua+niifeGOdRE+Yu37zIi9RkpkzJc+fPNJhf2hbiZmjIQngcB5932PTisksMpG 0LWU+K4TaOJlkDRQ7EJ2811iLN3UAKh/+tXVEZDIlTw/XjqwzxOr8CSHa+Z8VUefO58M sAT7p7ijGA4EqlFrCiFfdoO+luJUiO21b7a+QbKaHx3np0VMflIqNlzDkR7VdD7JI7FP 36uNGaLNRC5hg3F+Ar1JA++JySwl90+zb0k5PEfDM5K5p8oF/Ugscvj4MwvzJR5ezBH2 I9HQ== X-Gm-Message-State: ALoCoQmypFnwgTboaX9rgPAgMe+XO2cT9/y+L6iOTg4A0wyhQxVvj+fmJSSKzJ8S37OO/cTGZzGp X-Received: by 10.180.89.231 with SMTP id br7mr35670265wib.60.1435008823981; Mon, 22 Jun 2015 14:33:43 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.27.87.132 with HTTP; Mon, 22 Jun 2015 14:33:24 -0700 (PDT) In-Reply-To: <558879BF.8060408@gmail.com> References: <558879BF.8060408@gmail.com> Date: Mon, 22 Jun 2015 14:33:24 -0700 X-Google-Sender-Auth: 2HMGkb7_6tdGiEtkmo_b3pF5q8g Message-ID: To: Stanislav Malyshev Cc: Julien Pauli , PHP Internals , Ferenc Kovacs , Stanislav Malyshev , Kalle Sommer Nielsen , Pierre Joye , David Soria Parra , Anatol Belsky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Announcing PHP 5.5 security-only From: aharvey@php.net (Adam Harvey) On 22 June 2015 at 14:10, Stanislav Malyshev wrote: > Hi! > >> *** >> The PHP 5.5 branch is going to enter in security only, and in the same >> time, PHP 5.4 will finally die >> *** > > I think http://php.net/supported-versions.php says we end 5.4 support on > 14 Sep 2015 so we have 2 more releases? Unless we have reason to change > it or that page is wrong? By default, the EOL dates are automatically calculated based on when the first release on a branch occurred, but these can be overridden as needed =E2=80=94 see https://github.com/php/web-php/blob/master/include/bra= nches.inc#L5-L21 for the gory details. I believe I set the 5.4 dates based on e-mails last year, but don't have the references to hand. If we have specific dates in mind for 5.4 and 5.5, I'm happy to update the Web site to match (and do whatever Twitter publicity is required via @official_php). > In general, it would be nice to have a pre-announced final release > instead of announcing it post-factum. Agreed. Adam