From d09d35679f83d7d5fba0d08b7a43d2dcc363e89c Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Mon, 22 Dec 2025 15:41:26 -0500 Subject: [PATCH 1/6] [SITE-5441] Add release note for PHP security updates --- .../2025-12-08-php-83-84-patch-updates.md | 10 ---------- ...25-12-22-php-81-82-83-84-security-updates.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md create mode 100644 src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md diff --git a/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md b/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md deleted file mode 100644 index 4ae384ae01..0000000000 --- a/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "PHP 8.3 and 8.4 updated to their latest patch releases" -published_date: "2025-12-08" -categories: [infrastructure] ---- -PHP versions [8.3.28](https://www.php.net/ChangeLog-8.php#8.3.28) and [8.4.15](https://www.php.net/ChangeLog-8.php#8.4.15), are now available on the platform. These updates bring the latest bug fixes, improving performance and security for your sites. The latest versions have already rolled out to all sites. - -PHP 8.3.28 is available on both PHP Runtime Generation 1 and [PHP Runtime Generation 2](/php-runtime-generation-2). - -PHP 8.4 is only available with the new [PHP Runtime Generation 2](/php-runtime-generation-2). diff --git a/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md b/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md new file mode 100644 index 0000000000..cbbd66ea9a --- /dev/null +++ b/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md @@ -0,0 +1,17 @@ +--- +title: "PHP 8.1, 8.2, 8.3 and 8.4 updated to their latest security patch releases" +published_date: "2025-12-22" +categories: [infrastructure] +--- +PHP versions [8.1.34](https://www.php.net/ChangeLog-8.php#8.1.34), [8.2.30](https://www.php.net/ChangeLog-8.php#8.2.30), [8.3.29](https://www.php.net/ChangeLog-8.php#8.3.29), and [8.4.16](https://www.php.net/ChangeLog-8.php#8.4.16) are now available on the platform. These updates include important security fixes, along with bug fixes and enhancements that improve performance and stability. Updates will be applied automatically over the next few days, so no manual action is required. + +PHP 8.4 is only available with the new [PHP Runtime Generation 2](/php-runtime-generation-2). + +The PHP 8.4 upgrade process automatically includes an upgrade to PHP Runtime Generation 2 if your site hasn't been upgraded already. + +**Important PHP version information** + +* PHP 8.1 and 8.2 are currently receiving security-only updates. +* For more details, see the full list of [PHP supported versions](https://www.php.net/supported-versions.php). + +For the best performance and security, Pantheon recommends running PHP 8.2 and above. From 9292324c3fcaaa5ca9107ce4f17aee8f3c89b7ba Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Mon, 22 Dec 2025 16:20:50 -0500 Subject: [PATCH 2/6] Restore release note 2025-12-08-php-83-84-patch-update file --- .../releasenotes/2025-12-08-php-83-84-patch-updates.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md diff --git a/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md b/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md new file mode 100644 index 0000000000..4ae384ae01 --- /dev/null +++ b/src/source/releasenotes/2025-12-08-php-83-84-patch-updates.md @@ -0,0 +1,10 @@ +--- +title: "PHP 8.3 and 8.4 updated to their latest patch releases" +published_date: "2025-12-08" +categories: [infrastructure] +--- +PHP versions [8.3.28](https://www.php.net/ChangeLog-8.php#8.3.28) and [8.4.15](https://www.php.net/ChangeLog-8.php#8.4.15), are now available on the platform. These updates bring the latest bug fixes, improving performance and security for your sites. The latest versions have already rolled out to all sites. + +PHP 8.3.28 is available on both PHP Runtime Generation 1 and [PHP Runtime Generation 2](/php-runtime-generation-2). + +PHP 8.4 is only available with the new [PHP Runtime Generation 2](/php-runtime-generation-2). From 63822e89b9842806230e6181202a662e0bcb45b4 Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Mon, 22 Dec 2025 18:16:28 -0500 Subject: [PATCH 3/6] Remove extra space in title --- .../releasenotes/2025-12-22-php-81-82-83-84-security-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md b/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md index cbbd66ea9a..ebae302428 100644 --- a/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md +++ b/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md @@ -1,5 +1,5 @@ --- -title: "PHP 8.1, 8.2, 8.3 and 8.4 updated to their latest security patch releases" +title: "PHP 8.1, 8.2, 8.3 and 8.4 updated to their latest security patch releases" published_date: "2025-12-22" categories: [infrastructure] --- From 3a9ffb1038e4c87bfd93d267f7a59fc34fc1f9e7 Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Tue, 23 Dec 2025 15:14:16 -0500 Subject: [PATCH 4/6] update the release date --- ...-updates.md => 2025-12-23-php-81-82-83-84-security-updates.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/source/releasenotes/{2025-12-22-php-81-82-83-84-security-updates.md => 2025-12-23-php-81-82-83-84-security-updates.md} (100%) diff --git a/src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md b/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md similarity index 100% rename from src/source/releasenotes/2025-12-22-php-81-82-83-84-security-updates.md rename to src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md From 169eadf0b2c6bbdfb35ff7333e63b7086c3a555d Mon Sep 17 00:00:00 2001 From: Roshny Kunjappan Date: Tue, 23 Dec 2025 15:18:01 -0500 Subject: [PATCH 5/6] update date --- .../releasenotes/2025-12-23-php-81-82-83-84-security-updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md b/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md index ebae302428..4d0d463c2f 100644 --- a/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md +++ b/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md @@ -1,6 +1,6 @@ --- title: "PHP 8.1, 8.2, 8.3 and 8.4 updated to their latest security patch releases" -published_date: "2025-12-22" +published_date: "2025-12-23" categories: [infrastructure] --- PHP versions [8.1.34](https://www.php.net/ChangeLog-8.php#8.1.34), [8.2.30](https://www.php.net/ChangeLog-8.php#8.2.30), [8.3.29](https://www.php.net/ChangeLog-8.php#8.3.29), and [8.4.16](https://www.php.net/ChangeLog-8.php#8.4.16) are now available on the platform. These updates include important security fixes, along with bug fixes and enhancements that improve performance and stability. Updates will be applied automatically over the next few days, so no manual action is required. From 0b5fd24575c10461aceee07262b5bd5e7c06b484 Mon Sep 17 00:00:00 2001 From: Rachel Whitton Date: Mon, 5 Jan 2026 09:25:27 -0600 Subject: [PATCH 6/6] Bump published date, add editorial note --- ...ates.md => 2026-01-05-php-81-82-83-84-security-updates.md} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename src/source/releasenotes/{2025-12-23-php-81-82-83-84-security-updates.md => 2026-01-05-php-81-82-83-84-security-updates.md} (89%) diff --git a/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md b/src/source/releasenotes/2026-01-05-php-81-82-83-84-security-updates.md similarity index 89% rename from src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md rename to src/source/releasenotes/2026-01-05-php-81-82-83-84-security-updates.md index 4d0d463c2f..c87c7b2d25 100644 --- a/src/source/releasenotes/2025-12-23-php-81-82-83-84-security-updates.md +++ b/src/source/releasenotes/2026-01-05-php-81-82-83-84-security-updates.md @@ -1,8 +1,10 @@ --- title: "PHP 8.1, 8.2, 8.3 and 8.4 updated to their latest security patch releases" -published_date: "2025-12-23" +published_date: "2026-01-05" categories: [infrastructure] --- +_**Editorial note**: These updates were completed and deployed to the platform on December 23rd 2025._ + PHP versions [8.1.34](https://www.php.net/ChangeLog-8.php#8.1.34), [8.2.30](https://www.php.net/ChangeLog-8.php#8.2.30), [8.3.29](https://www.php.net/ChangeLog-8.php#8.3.29), and [8.4.16](https://www.php.net/ChangeLog-8.php#8.4.16) are now available on the platform. These updates include important security fixes, along with bug fixes and enhancements that improve performance and stability. Updates will be applied automatically over the next few days, so no manual action is required. PHP 8.4 is only available with the new [PHP Runtime Generation 2](/php-runtime-generation-2).