Commit ddea064a336 for php.net
commit ddea064a336baa65ffbc3c643866234e410286bd
Author: Daniel Scherzer <daniel.e.scherzer@gmail.com>
Date: Wed Sep 23 11:09:23 2026 -0700
release-process.md: update list after last element was removed
Move the "and" and add a period
diff --git a/docs/release-process.md b/docs/release-process.md
index 55bd45279b3..08a0c0e9f63 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -949,9 +949,9 @@ feature development that cannot go into the new version.
* clear the `NEWS`, `UPGRADING`, and `UPGRADING.INTERNALS` files;
* update the version numbers in `configure.ac`, `main/php_version.h`,
- `Zend/zend.h`, and `win32/build/confutils.js`;
+ `Zend/zend.h`, and `win32/build/confutils.js`; and
* update the API version numbers in `Zend/zend_extensions.h`,
- `Zend/zend_modules.h`, and `main/php.h`; and
+ `Zend/zend_modules.h`, and `main/php.h`.
See [Prepare for PHP 8.2][] and [Prepare for PHP 8.2 (bis)][] for an example
of what this commit should include.