Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42713 invoked from network); 8 Dec 2015 10:26:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 10:26:34 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:33462] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/45-31749-950B6665 for ; Tue, 08 Dec 2015 05:26:34 -0500 Received: by wmec201 with SMTP id c201so205702649wme.0 for ; Tue, 08 Dec 2015 02:26:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=dkk+V1FBPD/cbWgzX5+4zKdCC9MtdJdeLaJvhDNXKXo=; b=dxwMznGiMsmVG5hpo5PuAH1Dyhf0DnPsuiJHs4OpNaIyDYck6maHrk1Mcwzg0X5qYi LBVis7zlPBveMqiIAUIaD++KalGMNxZmlAHxsyUI8XZtzL+W54oDFoOKw7BcN4E4uVgg dMU/RX/nAYLBgiF+KHqiLPGASEWH3tdYCjC+iEBDW00xU+jU+qrlNJQrLAPsYLm9AbM2 XM+g7C4wV+2paQE9SIafqEjGm1F2kM31u6FAugfqFhHyQs7kp5zbQeUN/w6Gu1F3fcJX EglhP9fTF8yz9+VgZWn4E4t+G3n8yt/60CbOfdw3XMWOSKNX44SXo6Rmt6mINLyHNi3v l24Q== X-Received: by 10.28.93.144 with SMTP id r138mr27586362wmb.84.1449570391119; Tue, 08 Dec 2015 02:26:31 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.164.162 with HTTP; Tue, 8 Dec 2015 02:25:51 -0800 (PST) In-Reply-To: <000c01d12fa0$384b8040$a8e280c0$@belski.net> References: <000c01d12fa0$384b8040$a8e280c0$@belski.net> Date: Tue, 8 Dec 2015 11:25:51 +0100 X-Google-Sender-Auth: dwhwevmbh76phbAelHQzL6Gj8zs Message-ID: To: Anatol Belski Cc: PHP Internals , Ferenc Kovacs , Remi Collet Content-Type: text/plain; charset=UTF-8 Subject: Re: PHP 7.0.1 scheduling From: jpauli@php.net (Julien Pauli) On Sat, Dec 5, 2015 at 10:02 PM, Anatol Belski wrote: > Hi, > > FYI. Given the shift of the 7.0.0 release date by one week off the usual two > weeks release schedule, 7.0.1RC1 is planned for December 10th and to be > tagged on December 8th. This serves two goals > > - there are already some bug fixes and it makes full sense them to reach the > world ASAP > - the release schedule gets synchronized with PHP 5 line > > So starting with PHP 7.0.1 and 5.6.17 releases of both 5 and 7 branches > will be delivered consolidated and on the usual schedule of two weeks with > RCs and final. The end release of 7.0.1 is to be expected on December 24th. > > Regards > > Anatol Hello, Is December 24th a good date to release ? Just asking. Next release will also have a bunch of security patches. I'm working on 5.5 tree actually to get in security patches, then I'll merge up to 5.6 and 7.0 few days before release. Julien.Pauli