Skip to content

Commit 8375d51

Browse files
committed
[skip ci] the newest version of PHP isn't always 8.6
1 parent 8e3dbcf commit 8375d51

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,18 +356,18 @@ Having said that, here are the organizational rules:
356356
`--enable-zts` switch to ensure your code handles TSRM correctly and doesn't
357357
break for those who need that.
358358

359-
The master branch is an active development branch for PHP 8.6, which is open for
360-
backwards incompatible changes and major internal API changes.
359+
The master branch is an active development branch for the newest version of PHP,
360+
which is open for backwards incompatible changes and major internal API changes.
361361

362-
For PHP-X.Y branches, they are used to release the PHP X.Y.x series. Please see
362+
For PHP-X.Y branches, they are used to release the PHP X.Y.z series. Please see
363363
the [supported versions page](https://www.php.net/supported-versions.php) to get
364364
the status of each version.
365365

366-
If a version is described as "Active support" it, the corresponding branch is a
366+
If a version is described as "Active support", the corresponding branch is a
367367
current stable version and is open for bugfixes only. If a version is described
368-
as "Security fixes only" it, the corresponding branch is an old stable version
369-
and is open for security fixes only. If a version is described as "End of life"
370-
it, the corresponding branch is closed.
368+
as "Security fixes only", the corresponding branch is an old stable version
369+
and is open for security fixes only. If a version is described as "End of life",
370+
the corresponding branch is closed.
371371

372372
Note that PHP-X.Y.Z branches are used for the release managers for tagging the
373373
releases, hence they are closed to the general public

0 commit comments

Comments
 (0)