From f1a10a5f1de5982dc48b1c5e563e315d8e3c54f5 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Sun, 13 Apr 2025 16:27:43 +0200 Subject: [PATCH] 8.2 branch is security fixes only Based on the explanation on https://www.php.net/supported-versions.php, 8.2 moved into security fixes only on 31 Dec 2024. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9f34c239c55e..e5b2e91d63d1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -353,7 +353,7 @@ Currently, we have the following branches in use: | master | Active development branch for PHP 8.5, which is open for backwards incompatible changes and major internal API changes. | | PHP-8.4 | Is used to release the PHP 8.4.x series. This is a current stable version and is open for bugfixes only. | | PHP-8.3 | Is used to release the PHP 8.3.x series. This is a current stable version and is open for bugfixes only. | -| PHP-8.2 | Is used to release the PHP 8.2.x series. This is a current stable version and is open for bugfixes only. | +| PHP-8.2 | Is used to release the PHP 8.2.x series. This is an old stable version and is open for security fixes only. | | PHP-8.1 | Is used to release the PHP 8.1.x series. This is an old stable version and is open for security fixes only. | | PHP-8.0 | This branch is closed. | | PHP-7.4 | This branch is closed. |