Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121651 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59482 invoked from network); 10 Nov 2023 21:02:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Nov 2023 21:02:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 818831804B3 for ; Fri, 10 Nov 2023 13:02:00 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 10 Nov 2023 13:01:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1699650117; bh=1dO+4plXE5poyXoSupV0Jl+HRlsZXedl5jriWCrMnDQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=Xm7qZZnEpz+Aj5jlERink4Pn70lZOnlrctsq8V0o1B0ezsiQZKN73KdNOwa5xOxl5 glj/i3wraHa7UH7/GxVNeONtWezw8kbFskY8p3Er9WiF/O0sDvibc06khT3uhsWKzS 7VVXumRe+lItJ18bU972K81STKkpeFmlRuntNTnH9r3rfm27lab1IojpnvkW3Jjorg mFby2nH8ORUMK7MJ/QH8A+HVCToeuGQEWW2kSPKcCrYZjQJTqq4H0MEIsh/kDqW55i XEn2GyicveGhPFYlCzRblKq0QXVg09jcXM4SZa7IGk2wIIut1u0gGLg/uTWNtvOi3k eqRM3LCWXXPkA== Message-ID: <49b2333b-c8c1-4fad-89ed-db559108d779@bastelstu.be> Date: Fri, 10 Nov 2023 22:01:56 +0100 MIME-Version: 1.0 Content-Language: en-US To: Jakub Zelenka , Ilija Tovilo Cc: PHP internals list References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] [Discussion] Release cycle update From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 11/10/23 21:22, Jakub Zelenka wrote: > - 2 alphas - think 2 are enough as each RM can try one release. > - 4 betas and require that all RFC has to be merged before beta3 is > released. It means we would have 2 extra betas to iron out all RFC issues > and still be able to introduce ABI breaks Should this read: "before beta 3 is tagged"? An RFC could be merged after the tag and before the release, and then there would only one remaining Beta for it. > - 4 RC - real feature freeze without any ABI or API breaks Best regards Tim Düsterhus