PHP-8.3 branch creation

php.internals

Jakub Zelenka

3 years ago
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 target 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

Derick Rethans

3 years ago
On 24 August 2023 13:27:47 BST, Jakub Zelenka <bukka@php.net> 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 target >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. Also I noticed that the master branch still uses 8.3.0-dev, where it ought to have been 8.3.0RC1-dev by now (always the next one with -dev). cheers Derick

Jakub Zelenka

3 years ago
On Thu, Aug 24, 2023 at 8:58 PM Derick Rethans <derick@php.net> wrote:
> On 24 August 2023 13:27:47 BST, Jakub Zelenka <bukka@php.net> 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 target > >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 ought > 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/dddba343d3daa4b518ea824f742c7883a5b4ae23 )... Regards Jakub

Jakub Zelenka

3 years ago
On Thu, Aug 24, 2023 at 1:27 PM Jakub Zelenka <bukka@php.net> 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 target > 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. >
The PHP-8.3 branch has been created and master is now for PHP 8.4. Please merge all bug fixes through PHP-8.3 from now on. Regards Jakub