@@ -257,7 +257,7 @@ slightly different steps. We'll call attention where the steps differ.
257
257
For example, if the RC is `8.2.1RC1` then the version numbers in the version
258
258
branch should be bumped to `8.2.2-dev`. We do this regardless of whether we
259
259
build a new RC to make sure `version_compare()` works correctly. See
260
- [Bump for 8.1.8 -dev][] for a real example.
260
+ [PHP 8.3 is now for PHP 8.3.21 -dev][] commit for a real example.
261
261
262
262
Commit the changes to the version branch.
263
263
@@ -291,6 +291,11 @@ slightly different steps. We'll call attention where the steps differ.
291
291
>
292
292
> Local-only release branches should not be pushed!
293
293
294
+ Do not forget to merge up PHP-X.Y all the way to master. When resolving
295
+ the conflicts, ignore the changes from PHP-X.Y in higher branches. It
296
+ means using something like `git checkout --ours .` when on PHP.X.Y+1 or
297
+ master after the merge resulting in the conflicts.
298
+
294
299
11. Run the following using the release tag to export the tree, create the
295
300
`configure` script, and build and compress three tarballs (`.tar.gz`,
296
301
`.tar.bz2` and `.tar.xz`).
@@ -1098,7 +1103,7 @@ volunteers to begin the selection process for the next release managers.
1098
1103
[Prepare for PHP 8.1.0RC1]: https://github.com/php/php-src/commit/5764414eb8900ae98020a3c20693f4fb793efa99
1099
1104
[Update NEWS for PHP 8.2.0 alpha2]: https://github.com/php/php-src/commit/418f7211f71658d79d934861be20f277db96fe2c
1100
1105
[Update NEWS for PHP 8.2.0RC6]: https://github.com/php/php-src/commit/4ccc414961a70200d638ca281a35f893226d74e2
1101
- [Bump for 8.1.8 -dev]: https://github.com/php/php-src/commit/3b6ee1eb19c14c3339ebfcf5c967065a9f828971
1106
+ [PHP 8.3 is now for PHP 8.3.21 -dev]: https://github.com/php/php-src/commit/b57f425cfe20a11003253427424cc0517483550b
1102
1107
[GitHub command line tool]: https://cli.github.com
1103
1108
[Announce 8.1.0RC3]: https://github.com/php/web-qa/commit/f264b711fd3827803b79bbb342959eae57ea502b
1104
1109
[8.1.6RC1]: https://github.com/php/web-qa/commit/e6d61ad7a9d8be0b1cd159af29f3b9cbdde33384
0 commit comments