@@ -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
363363the [ supported versions page] ( https://www.php.net/supported-versions.php ) to get
364364the 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
367367current 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
372372Note that PHP-X.Y.Z branches are used for the release managers for tagging the
373373releases, hence they are closed to the general public
0 commit comments