diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5a840cb5d..4ce8921d2 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,88 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.2

+ + +
+ + +

Version 8.3.1

diff --git a/archive/archive.xml b/archive/archive.xml index aa4068116..dc1dbd3a5 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-1.xml b/archive/entries/2024-01-18-1.xml new file mode 100644 index 000000000..4d5e39e4d --- /dev/null +++ b/archive/entries/2024-01-18-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.2 Released! + https://www.php.net/archive/2024.php#2024-01-18-1 + 2024-01-18T14:47:41+00:00 + 2024-01-18T14:47:41+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.2. 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.2 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 c42863737..f5402c40a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.1' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_1.php', + ), + 'tags' => + array ( + ), + 'date' => '21 Dec 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.1.tar.gz', + 'name' => 'PHP 8.3.1 (tar.gz)', + 'sha256' => '2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e', + 'date' => '21 Dec 2023', + ), + 1 => + array ( + 'filename' => 'php-8.3.1.tar.bz2', + 'name' => 'PHP 8.3.1 (tar.bz2)', + 'sha256' => 'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1', + 'date' => '21 Dec 2023', + ), + 2 => + array ( + 'filename' => 'php-8.3.1.tar.xz', + 'name' => 'PHP 8.3.1 (tar.xz)', + 'sha256' => '56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758', + 'date' => '21 Dec 2023', + ), + ), + 'museum' => false, + ), '8.2.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 65f857c79..45e19e694 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.1', - 'date' => '21 Dec 2023', + 'version' => '8.3.2', + 'date' => '18 Jan 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '2b10218b5e81915d1708ab4b6351362d073556ec73a790553c61fd89c119924e', - 'tar.bz2' => 'c40fae9197fa68a532f6a062c316dafe3b04c545136b54b9ead4932fc26c6ae1', - 'tar.xz' => '56445b1771b2ba5b7573453f9e8a9451e2d810b1741a352fa05259733b1e9758', + 'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16', + 'tar.bz2' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284', + 'tar.xz' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e', ] ]; diff --git a/releases/8_3_2.php b/releases/8_3_2.php new file mode 100644 index 000000000..fed841f42 --- /dev/null +++ b/releases/8_3_2.php @@ -0,0 +1,16 @@ + +

PHP 8.3.2 Release Announcement

+ +

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

+