diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 0f4abab96..e01e71366 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,74 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.8

+ + +
+ + +

Version 8.3.7

diff --git a/archive/archive.xml b/archive/archive.xml index 122cbeea9..d7dbf9518 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-06-06-2.xml b/archive/entries/2024-06-06-2.xml new file mode 100644 index 000000000..13e7af10b --- /dev/null +++ b/archive/entries/2024-06-06-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.8 Released! + https://www.php.net/archive/2024.php#2024-06-06-2 + 2024-06-06T14:42:14+00:00 + 2024-06-06T14:42:14+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.8 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 e18d82f25..321ae7d3a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.7' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_7.php', + ), + 'tags' => + array ( + ), + 'date' => '09 May 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.7.tar.gz', + 'name' => 'PHP 8.3.7 (tar.gz)', + 'sha256' => '2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4', + 'date' => '09 May 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.7.tar.bz2', + 'name' => 'PHP 8.3.7 (tar.bz2)', + 'sha256' => '01c20cde1c5a5696651875ed22f507849679fba740f8c421616b7d43d7f797da', + 'date' => '09 May 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.7.tar.xz', + 'name' => 'PHP 8.3.7 (tar.xz)', + 'sha256' => 'd53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a', + 'date' => '09 May 2024', + ), + ), + 'museum' => false, + ), '8.1.28' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 229726962..7bdfdcdf7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.7', - 'date' => '09 May 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.8', + 'date' => '06 Jun 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4', - 'tar.bz2' => '01c20cde1c5a5696651875ed22f507849679fba740f8c421616b7d43d7f797da', - 'tar.xz' => 'd53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a', + 'tar.gz' => '0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb', + 'tar.bz2' => 'f4a6cb005ae117aba86c2044932cf563899a2e977ac09781aa74b2161ddc563b', + 'tar.xz' => 'aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7', ] ]; diff --git a/releases/8_3_8.php b/releases/8_3_8.php new file mode 100644 index 000000000..0fda20e54 --- /dev/null +++ b/releases/8_3_8.php @@ -0,0 +1,16 @@ + +

PHP 8.3.8 Release Announcement

+ +

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

+ +

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

+ +

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

+