Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120935 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 89567 invoked from network); 24 Aug 2023 23:11:15 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Aug 2023 23:11:15 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D80801804F2 for ; Thu, 24 Aug 2023 16:11:14 -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=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 24 Aug 2023 16:11:13 -0700 (PDT) Received: by mail-wm1-f43.google.com with SMTP id 5b1f17b1804b1-3fefe898f76so3179515e9.0 for ; Thu, 24 Aug 2023 16:11:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692918672; x=1693523472; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=dWpQA8rwuTsKhMIm1IBbqIw76FwQkUihgrYzsbOnhv4=; b=YRp8MplhsQHtrq9+u5mLYBreZYFTQEsk01EpUpoLVPVKzmLIKzSCJZQZeSxkQvQh/n KBaGRLuhnQaCKFEOZVMNWA7Kb38sJrU/jhBsCTReOknU/qsYiKsXXKElUJme66aLxVNd lRNxL9eVRnCEM2XYsnKkkSLmdHc8kt6TOYgv2ph6rBn1s5/Sl4mC3H5t0C0guOsDlKqG njPjM7QccKaO20qeR4Bn6ZJMmcRgUkIrL8A/wjmLqAOiI6NUd7+v3F/gTTG04CzB4Ad0 OL47Rfeg1OiztseY7hpQcLp9WLpRiUUenk1+OP50r0D1A8YDFlqLVPEosrcnC8fCv0bH PIPA== X-Gm-Message-State: AOJu0Yyy21TPpIa4E8lMEFxwBM4Zu8lpd7vB4/l83QW/RP5rixe+0jpw ckBnQH63PTGtG8pivIC8+3Ps29Rm4hsXo6idfQhmV19Q1uU= X-Google-Smtp-Source: AGHT+IF2HnVWo2Nmx/vIECGxpxlCa+K79CmpjjJMSwm0iKuyNDHwoQjQNYsD6rlZwbA/YbKSXgHr9znX7FXuhhAXcuI= X-Received: by 2002:a5d:63cd:0:b0:317:5de3:86fb with SMTP id c13-20020a5d63cd000000b003175de386fbmr12355167wrw.10.1692918671851; Thu, 24 Aug 2023 16:11:11 -0700 (PDT) MIME-Version: 1.0 References: <7D10B6B3-4B25-4974-B051-1BCECDDCBE36@php.net> In-Reply-To: <7D10B6B3-4B25-4974-B051-1BCECDDCBE36@php.net> Date: Fri, 25 Aug 2023 00:10:59 +0100 Message-ID: To: Derick Rethans Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary="00000000000011cb0b0603b35880" Subject: Re: [PHP-DEV] PHP-8.3 branch creation From: bukka@php.net (Jakub Zelenka) --00000000000011cb0b0603b35880 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Aug 24, 2023 at 8:58=E2=80=AFPM Derick Rethans wro= te: > On 24 August 2023 13:27:47 BST, Jakub Zelenka wrote: > >Hello, > > > >This is just a reminder that the PHP-8.3 git branch will be created on > >Tuesday 29th Aug 2023. It means that the fixes for 8.3 will need to targ= et > >PHP-8.3 branch and master will be essentially for PHP 8.4. Also don't > >forget to merge PHP-8.2 into PHP-8.3 and then PHP-8.3 to master for all > >fixes after the branch is created. > > > >Regards > > > >Jakub > > Please make sure update all the version numbers and zend/php/zend > extension API numbers. > > Sure > Also I noticed that the master branch still uses 8.3.0-dev, where it ough= t > to have been 8.3.0RC1-dev by now (always the next one with -dev). > > Are you sure about this? We don't have this documented in the release process and I don't see it done in any of the previous pre-releases (including yours 7.4 pre-releases - e.g. https://github.com/php/php-src/commit/dddba343d3daa4b518ea824f742c7883a5b4a= e23 )... Regards Jakub --00000000000011cb0b0603b35880--