diff --git a/ChangeLog-8.php b/ChangeLog-8.php index aaf1ef641..1d1c4b8b3 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,93 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.9

+ + +
+ + +

Version 8.3.8

diff --git a/archive/archive.xml b/archive/archive.xml index 281c6789f..4f0cde1d9 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-07-04-2.xml b/archive/entries/2024-07-04-2.xml new file mode 100644 index 000000000..7057c0e14 --- /dev/null +++ b/archive/entries/2024-07-04-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.9 Released! + https://www.php.net/archive/2024.php#2024-07-04-2 + 2024-07-04T22:59:58+00:00 + 2024-07-04T22:59:58+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.9 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 17cf3b3ba..bbef70880 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_8.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '06 Jun 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.8.tar.gz', + 'name' => 'PHP 8.3.8 (tar.gz)', + 'sha256' => '0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb', + 'date' => '06 Jun 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.8.tar.bz2', + 'name' => 'PHP 8.3.8 (tar.bz2)', + 'sha256' => 'f4a6cb005ae117aba86c2044932cf563899a2e977ac09781aa74b2161ddc563b', + 'date' => '06 Jun 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.8.tar.xz', + 'name' => 'PHP 8.3.8 (tar.xz)', + 'sha256' => 'aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7', + 'date' => '06 Jun 2024', + ), + ), + 'museum' => false, + ), '8.2.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index f907258f4..a9c99f0e0 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.8', - 'date' => '06 Jun 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.3.9', + 'date' => '04 Jul 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb', - 'tar.bz2' => 'f4a6cb005ae117aba86c2044932cf563899a2e977ac09781aa74b2161ddc563b', - 'tar.xz' => 'aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7', + 'tar.gz' => 'f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566', + 'tar.bz2' => '96edc6d82b7503a6650541fc477abd5456df28dfaa8c9388ff9e31d9fe1e3112', + 'tar.xz' => 'bf4d7b8ea60a356064f88485278bd6f941a230ec16f0fc401574ce1445ad6c77', ] ]; diff --git a/releases/8_3_9.php b/releases/8_3_9.php new file mode 100644 index 000000000..0041c4dfc --- /dev/null +++ b/releases/8_3_9.php @@ -0,0 +1,16 @@ + +

PHP 8.3.9 Release Announcement

+ +

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

+ +

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

+ +

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

+