diff --git a/ChangeLog-8.php b/ChangeLog-8.php index be801ab9e..4ee036759 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,83 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.2.13

+ + +
+ + +

Version 8.2.12

diff --git a/archive/archive.xml b/archive/archive.xml index 108d5bd81..48d7156a1 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-11-23-1.xml b/archive/entries/2023-11-23-1.xml new file mode 100644 index 000000000..20d523741 --- /dev/null +++ b/archive/entries/2023-11-23-1.xml @@ -0,0 +1,23 @@ + + + PHP 8.2.13 Released! + https://www.php.net/archive/2023.php#2023-11-23-1 + 2023-11-23T12:24:42+00:00 + 2023-11-23T12:24:42+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP 8.2.13. This is a bug fix release.

+ +

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

+ +

For source downloads of PHP 8.2.13 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 fd8a07628..a2d5f9ca2 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.12' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_12.php', + ), + 'tags' => + array ( + ), + 'date' => '26 Oct 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.12.tar.gz', + 'name' => 'PHP 8.2.12 (tar.gz)', + 'sha256' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21', + 'date' => '26 Oct 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.12.tar.bz2', + 'name' => 'PHP 8.2.12 (tar.bz2)', + 'sha256' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893', + 'date' => '26 Oct 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.12.tar.xz', + 'name' => 'PHP 8.2.12 (tar.xz)', + 'sha256' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132', + 'date' => '26 Oct 2023', + ), + ), + 'museum' => false, + ), '8.1.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5e0f0c496..1826ce7d6 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.12', - 'date' => '26 Oct 2023', + 'version' => '8.2.13', + 'date' => '23 Nov 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'b2b74a91f5fac14ce10ece0ac210f6f5d72f4367a3cb638e80d117d183750a21', - 'tar.bz2' => '704325f56b1b4c17f9f951e1ffef5c64e148896053f34e2626152cbaa2f05893', - 'tar.xz' => 'e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132', + 'tar.gz' => '6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b', + 'tar.bz2' => '66529f43b213131e6b253c5602bef05f049458d21292730fccd63b48a06d67ba', + 'tar.xz' => '2629bba10117bf78912068a230c68a8fd09b7740267bd8ebd3cfce91515d454b', ] ]; diff --git a/releases/8_2_13.php b/releases/8_2_13.php new file mode 100644 index 000000000..6fdb264f3 --- /dev/null +++ b/releases/8_2_13.php @@ -0,0 +1,16 @@ + +

PHP 8.2.13 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.13. This is a bug fix release.

+ +

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

+ +

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

+