Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33139 invoked from network); 14 Dec 2016 22:29:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2016 22:29:43 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.195 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.210.195 mail-wj0-f195.google.com Received: from [209.85.210.195] ([209.85.210.195:34426] helo=mail-wj0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/A4-21185-4D7C1585 for ; Wed, 14 Dec 2016 17:29:42 -0500 Received: by mail-wj0-f195.google.com with SMTP id xy5so7087121wjc.1 for ; Wed, 14 Dec 2016 14:29:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=6OmOipJ/YiqoKGYu38G1K5ha+Iuu3yT06IxLw/2dD5w=; b=J2kmklh4vgjPpUF1TV3aWV251j8hFcy7LFaGYli6/JraQ75NvWO5nUZWreyOWx1Onj cLDZC4SMb1A8Z5lQYehYgbYesfTkeP+77EbgzcpS1MkqznTfskDhRLi7rwlZNXrpSXaH 4gbLRHHInLS73cpXmPGfWEq+xIgHWBtu7qz1GB85XGf71VJzKZtOyu7Ik0VwPKzvtv4T bvtD8evCeCQf/bhDaFqY8772s2qSzlRxTmm6dnBhxnBa8qbOcouybYC/nJKOxJKBlFaq mhOUnWtIC+evX5Gs+cGEukgdYSkWg1hovvlmdNhtrhmgUCzV9tDFEFsm9lao/VDUK+Pf 1BJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=6OmOipJ/YiqoKGYu38G1K5ha+Iuu3yT06IxLw/2dD5w=; b=KVZBdSE0wkRoxXcDBrWihQcMFCI8/+1Agkoxhk4OX7sdzlzi91llVyQt94xX4a8sI4 wraNh8hUyAV8mPQDrl/ueq8Ygae/3JxD+kVYKoIitZlw0GrPFKEar7HZQLtRhzGYGrt8 JjYe4thKnf+Nl1/c0/xVnRNCYHplJP0IT6Sffl7uuD82iUshU+mAO4Vjnc0vw8/xfFuj Jz9FL1OCtjOb0Hi1+llpkjbjf3Dc2/35XHzdOJSTjRSwH0xVJpQFQNADTCYKrRGIbin8 7oW936QaeETsyFY6BfO+DsOFftQ+eJJEDa5weD78uZer9V/NcWMD+w9dVoWon9uJV1iM oD3A== X-Gm-Message-State: AKaTC03smk3Wf9kFVgUa1aR3hD+AtHEEbib7vaQ6mqixEZyRj2X1WU6B4wP/xOl3AK6ddc044Fc3FTVB7wPnYg== X-Received: by 10.194.116.34 with SMTP id jt2mr91012524wjb.121.1481754578176; Wed, 14 Dec 2016 14:29:38 -0800 (PST) MIME-Version: 1.0 Sender: tyra3l@gmail.com Received: by 10.80.137.246 with HTTP; Wed, 14 Dec 2016 14:29:37 -0800 (PST) In-Reply-To: References: Date: Wed, 14 Dec 2016 23:29:37 +0100 X-Google-Sender-Auth: x10wBBOljDu4wajG0khbHjD6MfU Message-ID: To: Niklas Keller Cc: "Christoph M. Becker" , PHP Internals Content-Type: multipart/alternative; boundary=001a1130c89046d57d0543a5df20 Subject: Re: [PHP-DEV] PHP 5.6 end of active support From: tyrael@php.net (Ferenc Kovacs) --001a1130c89046d57d0543a5df20 Content-Type: text/plain; charset=UTF-8 On Wed, Dec 14, 2016 at 2:05 PM, Niklas Keller wrote: > 2016-12-14 12:23 GMT+01:00 Christoph M. Becker : > >> Hi! >> >> The end of active support for PHP 5.6 is documented to be on December, >> 31th[1]. Does that mean that there'll be no further release with >> "normal" bug fixes (but only security fixes)? >> >> [1] >> > > It has support until the end of the year, so I guess there will be one > more release with regular fixes in early January. > > Regards, Niklas > yep, that's my plan, and the PHP-5.6 branch will be closed for regular bugfixes after tagging 5.6.30RC1: http://git.php.net/?p=karma.git;a=blob;f=hooks/pre-receive;h=fdff955c6b13c434aab40cb35cf002ab7c7eb146;hb=HEAD#l32 from that point on only RMs can push changes to the PHP-5.6 branch. going into extended support also means that there won't be RCs as we don't have regular bugfixes and we won't have a release each month, only when there are security fixes ready to be released for 5.6 --001a1130c89046d57d0543a5df20--