diff --git a/ChangeLog-8.php b/ChangeLog-8.php index a6e97bda8..f4793a166 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,90 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.7

+ + +
+ + +

Version 8.3.6

diff --git a/archive/archive.xml b/archive/archive.xml index 20accc244..1f45981dd 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-05-09-2.xml b/archive/entries/2024-05-09-2.xml new file mode 100644 index 000000000..da42f5f63 --- /dev/null +++ b/archive/entries/2024-05-09-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.7 Released! + https://www.php.net/archive/2024.php#2024-05-09-2 + 2024-05-09T14:40:06+00:00 + 2024-05-09T14:40:06+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.7. 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.7 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 282adc219..5a60e354c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_6.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '11 Apr 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.6.tar.gz', + 'name' => 'PHP 8.3.6 (tar.gz)', + 'sha256' => '39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f', + 'date' => '11 Apr 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.6.tar.bz2', + 'name' => 'PHP 8.3.6 (tar.bz2)', + 'sha256' => '6324b1ddd8eb3025b041034b88dc2bc0b4819b0022129eeaeba37e47803108bc', + 'date' => '11 Apr 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.6.tar.xz', + 'name' => 'PHP 8.3.6 (tar.xz)', + 'sha256' => '53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae', + 'date' => '11 Apr 2024', + ), + ), + 'museum' => false, + ), '8.2.18' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 40ee72c30..36668f9fc 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.6', - 'date' => '11 Apr 2024', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.3.7', + 'date' => '09 May 2024', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f', - 'tar.bz2' => '6324b1ddd8eb3025b041034b88dc2bc0b4819b0022129eeaeba37e47803108bc', - 'tar.xz' => '53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae', + 'tar.gz' => '2e11d10b651459a8767401e66b5d70e3b048e446579fcdeb0b69bcba789af8c4', + 'tar.bz2' => '01c20cde1c5a5696651875ed22f507849679fba740f8c421616b7d43d7f797da', + 'tar.xz' => 'd53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a', ] ]; diff --git a/releases/8_3_7.php b/releases/8_3_7.php new file mode 100644 index 000000000..4f9b39f2d --- /dev/null +++ b/releases/8_3_7.php @@ -0,0 +1,16 @@ + +

PHP 8.3.7 Release Announcement

+ +

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

+