Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2527 invoked from network); 27 Oct 2014 22:18:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2014 22:18:22 -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.223.177 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:62611] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/B8-56216-BA4CE445 for ; Mon, 27 Oct 2014 17:18:20 -0500 Received: by mail-ie0-f177.google.com with SMTP id tp5so5344026ieb.36 for ; Mon, 27 Oct 2014 15:18:17 -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=5AUgVS5X3jeJ7GAqOYf9U8VPJd+2xr7smVVzor5ml+M=; b=iu+s6i/JfRLLzDWXZSdDtXaGPLY0F+fQ5Dm/nZMj55+Npv3PfwXuQyBy0yeEm9zSxK M+9wCByI/QEjSupemGhNpeIshPycSXeqDzI7bN7ugnSkimeHmoef+Rcl681DfDYLGqri OQhqRlZaJNyr07JcqGXvUu9qoR2osPhl3+GpY= 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=5AUgVS5X3jeJ7GAqOYf9U8VPJd+2xr7smVVzor5ml+M=; b=UvMoV1DiBws5p8k1AmP5i/SwopUeK1WDhrBat9TU4+vSjaCsYUYISLwqN5cXWI+Jlu //GQlHOhxdBw9qtnRYGSLXvLYgaMHtfb0tQegQgSYk5ZupM7h4CHKkcJctd21AdWmw/k V0CqHcddi1MlRuvEj2Jr3LsMrGZ5bNfGHMTZh3/m8YYpxcCaSnvLlT7vYGRBZszVFodB ckfxxW0PJg+DdZ1QlRUybqqippoSeTz2ya3s5Yipp9PlCf26zYSopKNulqq3C88yV4Pi QDq34UruuromUV15JtUzu1Mx6BkaprtL6zQF2I3amXA+RU7R00d4ZzGFbHc8ihlsKgYr fIzA== X-Gm-Message-State: ALoCoQlRXlExJyzwMAWqltFCJRTH1ntek+Trn+SwHLWqu1QqCpKDoA0wOqANtWSyXpR0yJ1nRveD X-Received: by 10.42.24.10 with SMTP id u10mr209682icb.58.1414448296968; Mon, 27 Oct 2014 15:18:16 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.151.133 with HTTP; Mon, 27 Oct 2014 15:17:56 -0700 (PDT) In-Reply-To: <544EB9E3.8050701@sugarcrm.com> References: <544E129C.8060000@php.net> <544E1E7D.6090200@php.net> <544EB9E3.8050701@sugarcrm.com> Date: Tue, 28 Oct 2014 06:17:56 +0800 X-Google-Sender-Auth: H5UGtsc5fGWdXagKlzuoNgBrfPo Message-ID: To: Stas Malyshev Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Currently supported versions of PHP From: aharvey@php.net (Adam Harvey) On 28 October 2014 05:32, Stas Malyshev wrote: > The page looks good, but we've moved 5.4 to security-only on 18 Sep 2014 > (5.4.33), and it'll be supported for 1 year starting that date. Good catch =E2=80=94 I meant to put in a more generic ability to override t= he support dates in include/branches.inc, but forgot before I pushed. I've just pushed an update that does that (and sets the dates for 5.4); you should see it on mirrors in the next hour. Thanks, Adam