diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 4ce8921d2f..d59c366f19 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -436,6 +436,78 @@ +
+

Version 8.2.15

+ + +
+ + +

Version 8.2.14

diff --git a/archive/archive.xml b/archive/archive.xml index dc1dbd3a5d..e69573057c 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/2024-01-18-2.xml b/archive/entries/2024-01-18-2.xml new file mode 100644 index 0000000000..495d174053 --- /dev/null +++ b/archive/entries/2024-01-18-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.2.15 Released! + https://www.php.net/archive/2024.php#2024-01-18-2 + 2024-01-18T15:35:45+00:00 + 2024-01-18T15:35:45+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.2.15. 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.15 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 f5402c40ad..869a827d46 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.2.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_2_14.php', + ), + 'tags' => + array ( + ), + 'date' => '21 Dec 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.2.14.tar.gz', + 'name' => 'PHP 8.2.14 (tar.gz)', + 'sha256' => '4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f', + 'date' => '21 Dec 2023', + ), + 1 => + array ( + 'filename' => 'php-8.2.14.tar.bz2', + 'name' => 'PHP 8.2.14 (tar.bz2)', + 'sha256' => 'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e', + 'date' => '21 Dec 2023', + ), + 2 => + array ( + 'filename' => 'php-8.2.14.tar.xz', + 'name' => 'PHP 8.2.14 (tar.xz)', + 'sha256' => '763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583', + 'date' => '21 Dec 2023', + ), + ), + 'museum' => false, + ), '8.3.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 45e19e694f..99abbaf88a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -21,7 +21,7 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ 'version' => '8.3.2', - 'date' => '18 Jan 2023', + 'date' => '18 Jan 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ 'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16', @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.2 Release */ $data['8.2'] = [ - 'version' => '8.2.14', - 'date' => '21 Dec 2023', + 'version' => '8.2.15', + 'date' => '18 Jan 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f', - 'tar.bz2' => 'f871e131333d60ae6c537b1adddbc2aea54c436c562af986fb8309c060040b9e', - 'tar.xz' => '763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583', + 'tar.gz' => 'f9390d23708c65f428e868583dce7ab4a69e88ab6f377137a56643076f966b8f', + 'tar.bz2' => '50c3e220b7aa63a85716233c902eb44cc0a4667ed0b8335722ae2391b1355e7a', + 'tar.xz' => 'eca5deac02d77d806838275f8a3024b38b35ac0a5d9853dcc71c6cbe3f1f8765', ] ]; diff --git a/releases/8_2_15.php b/releases/8_2_15.php new file mode 100644 index 0000000000..b4731ee515 --- /dev/null +++ b/releases/8_2_15.php @@ -0,0 +1,16 @@ + +

PHP 8.2.15 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.2.15. 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.15 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. +

+