Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120933 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78915 invoked from network); 24 Aug 2023 19:58:13 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Aug 2023 19:58:13 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8BF971804AA for ; Thu, 24 Aug 2023 12:58:12 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_20,SPF_HELO_PASS, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/20 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Thu, 24 Aug 2023 12:58:11 -0700 (PDT) Received: from [127.0.0.1] (unknown [148.252.132.85]) by xdebug.org (Postfix) with ESMTPSA id E78F710C4E8; Thu, 24 Aug 2023 20:58:10 +0100 (BST) Date: Thu, 24 Aug 2023 20:58:06 +0100 To: internals@lists.php.net User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <7D10B6B3-4B25-4974-B051-1BCECDDCBE36@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP-8.3 branch creation From: derick@php.net (Derick Rethans) On 24 August 2023 13:27:47 BST, Jakub Zelenka wrote: >Hello, > >This is just a reminder that the PHP-8=2E3 git branch will be created on >Tuesday 29th Aug 2023=2E It means that the fixes for 8=2E3 will need to t= arget >PHP-8=2E3 branch and master will be essentially for PHP 8=2E4=2E Also don= 't >forget to merge PHP-8=2E2 into PHP-8=2E3 and then PHP-8=2E3 to master for= all >fixes after the branch is created=2E > >Regards > >Jakub Please make sure update all the version numbers and zend/php/zend extensio= n API numbers=2E Also I noticed that the master branch still uses 8=2E3=2E0-dev, where it o= ught to have been 8=2E3=2E0RC1-dev by now (always the next one with -dev)= =2E cheers Derick