diff --git a/ChangeLog-8.php b/ChangeLog-8.php index c9d614f82..5560976a4 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2129,6 +2129,18 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.0.29

+ + +
+ + +

Version 8.0.28

diff --git a/archive/archive.xml b/archive/archive.xml index daf6c44f3..3b39659f6 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-1.xml b/archive/entries/2023-06-08-1.xml new file mode 100644 index 000000000..97c79f178 --- /dev/null +++ b/archive/entries/2023-06-08-1.xml @@ -0,0 +1,22 @@ + + + + PHP 8.0.29 Released! + https://www.php.net/archive/2023.php#2023-06-08-1 + 2023-06-08T09:03:22+00:00 + 2023-06-08T09:03:22+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.0.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 4c037bef3..e1b6bb40e 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 Feb 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.28.tar.gz', + 'name' => 'PHP 8.0.28 (tar.gz)', + 'sha256' => '7432184eae01e4e8e39f03f80e8ec0ca2c8bfebc56e9a7b983541ca8805df22f', + 'date' => '14 Feb 2023', + ), + 1 => + array ( + 'filename' => 'php-8.0.28.tar.bz2', + 'name' => 'PHP 8.0.28 (tar.bz2)', + 'sha256' => '9d5e74935c900e3b9c7b6bc740596b71933630eb9f63717c0c4923d8c788c62e', + 'date' => '14 Feb 2023', + ), + 2 => + array ( + 'filename' => 'php-8.0.28.tar.xz', + 'name' => 'PHP 8.0.28 (tar.xz)', + 'sha256' => '5e07278a1f315a67d36a676c01343ca2d4da5ec5bdb15d018e4248b3012bc0cd', + 'date' => '14 Feb 2023', + ), + ), + 'museum' => false, + ), '8.1.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3d8b84a51..638c7c7f5 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.28', - 'date' => '14 Feb 2023', + 'version' => '8.0.29', + 'date' => '08 Jun 2023', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '7432184eae01e4e8e39f03f80e8ec0ca2c8bfebc56e9a7b983541ca8805df22f', - 'tar.bz2' => '9d5e74935c900e3b9c7b6bc740596b71933630eb9f63717c0c4923d8c788c62e', - 'tar.xz' => '5e07278a1f315a67d36a676c01343ca2d4da5ec5bdb15d018e4248b3012bc0cd', + 'tar.gz' => 'db6ee08df5706365f624cde1cffb20ad6de1effe59d7e886337213a09f2e2684', + 'tar.bz2' => '4801a1f0e17170286723ab54acd045ac78a9656021d56f104a64543eec922e12', + 'tar.xz' => '14db2fbf26c07d0eb2c9fab25dbde7e27726a3e88452cca671f0896bbb683ca9', ] ]; diff --git a/releases/8_0_29.php b/releases/8_0_29.php new file mode 100644 index 000000000..6054bc190 --- /dev/null +++ b/releases/8_0_29.php @@ -0,0 +1,16 @@ + +

PHP 8.0.29 Release Announcement

+ +

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

+ +

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

+ +

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

+