From 6232fad37a79be149cfc66c96c5539ef91231073 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 3 Jul 2025 15:05:44 +0300 Subject: [PATCH] Announce PHP 8.2.29 --- ChangeLog-8.php | 20 +++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-07-03-2.xml | 21 ++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ releases/8_2_29.php | 16 ++++++++++++++ 5 files changed, 95 insertions(+) create mode 100644 archive/entries/2025-07-03-2.xml create mode 100644 releases/8_2_29.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index beb560f83..8076ce950 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -3334,6 +3334,26 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.2.29

+ + +
+ + +

Version 8.2.28

diff --git a/archive/archive.xml b/archive/archive.xml index dd2145523..eb5825128 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-07-03-2.xml b/archive/entries/2025-07-03-2.xml new file mode 100644 index 000000000..e54510146 --- /dev/null +++ b/archive/entries/2025-07-03-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.29 Released! + https://www.php.net/archive/2025.php#2025-07-03-2 + 2025-07-03T12:03:57+00:00 + 2025-07-03T12:03:57+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.2.29 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 0d3554cb9..cfdc13d8c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '13 Mar 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.28.tar.gz', + 'name' => 'PHP 8.2.28 (tar.gz)', + 'sha256' => '3318300888de5023720cc84efad5e005e53f30b5f0072fae65a750dabcaf6ec3', + 'date' => '13 Mar 2025', + ), + 1 => + array ( + 'filename' => 'php-8.2.28.tar.bz2', + 'name' => 'PHP 8.2.28 (tar.bz2)', + 'sha256' => '2919cc1b92190a58dc17904b92e626600b96ce49a4c72e77513786a4406acce5', + 'date' => '13 Mar 2025', + ), + 2 => + array ( + 'filename' => 'php-8.2.28.tar.xz', + 'name' => 'PHP 8.2.28 (tar.xz)', + 'sha256' => 'af8c9153153a7f489153b7a74f2f29a5ee36f5cb2c6c6929c98411a577e89c91', + 'date' => '13 Mar 2025', + ), + ), + 'museum' => false, + ), '8.4.8' => array ( 'announcement' => diff --git a/releases/8_2_29.php b/releases/8_2_29.php new file mode 100644 index 000000000..8c605a2c8 --- /dev/null +++ b/releases/8_2_29.php @@ -0,0 +1,16 @@ + +

PHP 8.2.29 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.2.29 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. +

+