diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5560976a4..0d66440f1 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,87 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.7

+ + +
+ + +

Version 8.2.6

diff --git a/archive/archive.xml b/archive/archive.xml index 3b39659f6..9d3e11732 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/2023-06-08-2.xml b/archive/entries/2023-06-08-2.xml new file mode 100644 index 000000000..063d900f1 --- /dev/null +++ b/archive/entries/2023-06-08-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.7 Released! + https://www.php.net/archive/2023.php#2023-06-08-2 + 2023-06-08T16:50:22+00:00 + 2023-06-08T16:50:22+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.2.7 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 e1b6bb40e..9323216e4 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_6.php', + ), + 'tags' => + array ( + ), + 'date' => '11 May 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.6.tar.gz', + 'name' => 'PHP 8.2.6 (tar.gz)', + 'sha256' => '1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8', + 'date' => '11 May 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.6.tar.bz2', + 'name' => 'PHP 8.2.6 (tar.bz2)', + 'sha256' => '44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100', + 'date' => '11 May 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.6.tar.xz', + 'name' => 'PHP 8.2.6 (tar.xz)', + 'sha256' => '10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca', + 'date' => '11 May 2023', + ), + ), + 'museum' => false, + ), '8.0.28' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 638c7c7f5..5f9dece91 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.6', - 'date' => '11 May 2023', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.2.7', + 'date' => '08 Jun 2023', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '1b8463df1f180ed39475cfcded1ff106242ccb823f99c9fc1a407c0b76afa2c8', - 'tar.bz2' => '44a70c52f537662c10d91eedbf51fd765c9961be6ba2508ed63bf7a26cdd3100', - 'tar.xz' => '10b796f0ed45574229851212b30a596a76e70ae365322bcaaaf9c00fa7d58cca', + 'tar.gz' => '7046f939f0e5116285341d55c06af1d50907e107ac2c70defc32ef880f88cde4', + 'tar.bz2' => '5bfb2a35c67921bdcadd5c90cb290ad7537d24da113a5e8bc2d646b02de7488f', + 'tar.xz' => '4b9fb3dcd7184fe7582d7e44544ec7c5153852a2528de3b6754791258ffbdfa0', ] ]; diff --git a/releases/8_2_7.php b/releases/8_2_7.php new file mode 100644 index 000000000..6eb5f34dd --- /dev/null +++ b/releases/8_2_7.php @@ -0,0 +1,16 @@ + +

PHP 8.2.7 Release Announcement

+ +

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

+ +

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

+ +

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

+