From 12a0966ee52c6f1e8af2781b8aec977b71eafed3 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Thu, 13 Mar 2025 12:53:59 -0400 Subject: [PATCH] Announce PHP 8.2.28 --- ChangeLog-8.php | 28 +++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-03-13-5.xml | 21 +++++++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/8_2_28.php | 16 ++++++++++++++ 6 files changed, 108 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2025-03-13-5.xml create mode 100644 releases/8_2_28.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 684fea94a..94982e844 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2798,6 +2798,34 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.28

+ + +
+ + +

Version 8.2.27

diff --git a/archive/archive.xml b/archive/archive.xml index d8ef06dca..e77972566 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2025-03-13-5.xml b/archive/entries/2025-03-13-5.xml new file mode 100644 index 000000000..b2c7f5279 --- /dev/null +++ b/archive/entries/2025-03-13-5.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.28 Released! + https://www.php.net/archive/2025.php#2025-03-13-5 + 2025-03-13T16:51:14+00:00 + 2025-03-13T16:51:14+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.2.28. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.2.28 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index 6a8b53e62..a9a95442c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_27.php', + ), + 'tags' => + array ( + ), + 'date' => '19 Dec 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.27.tar.gz', + 'name' => 'PHP 8.2.27 (tar.gz)', + 'sha256' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a', + 'date' => '19 Dec 2024', + ), + 1 => + array ( + 'filename' => 'php-8.2.27.tar.bz2', + 'name' => 'PHP 8.2.27 (tar.bz2)', + 'sha256' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60', + 'date' => '19 Dec 2024', + ), + 2 => + array ( + 'filename' => 'php-8.2.27.tar.xz', + 'name' => 'PHP 8.2.27 (tar.xz)', + 'sha256' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b', + 'date' => '19 Dec 2024', + ), + ), + 'museum' => false, + ), '8.1.31' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7d5dbb8bd..c7e891d3c 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.27', - 'date' => '19 Dec 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.28', + 'date' => '13 Mar 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '179cc901760d478ffd545d10702ebc2a1270d8c13471bdda729d20055140809a', - 'tar.bz2' => '6e57dbaf769a7f3deb4f0f48b8c535e671cc0a18022ed7f6ff23b50e941d4b60', - 'tar.xz' => '3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b', + 'tar.gz' => '3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3', + 'tar.bz2' => '2919cc1b92190a58dc17904b92e626600b96ce49a4c72e77513786a4406acce5', + 'tar.xz' => 'af8c9153153a7f489153b7a74f2f29a5ee36f5cb2c6c6929c98411a577e89c91', ] ]; diff --git a/releases/8_2_28.php b/releases/8_2_28.php new file mode 100644 index 000000000..51b3b55f6 --- /dev/null +++ b/releases/8_2_28.php @@ -0,0 +1,16 @@ + +

PHP 8.2.28 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.28. This is a security release.

+ +

All PHP 8.2 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.2.28 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+