diff --git a/ChangeLog-8.php b/ChangeLog-8.php index d59c366f1..54ab602d5 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,78 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.3

+ + +
+ + +

Version 8.3.2

diff --git a/archive/archive.xml b/archive/archive.xml index a93cc22d7..0f8bde1b0 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-02-15-1.xml b/archive/entries/2024-02-15-1.xml new file mode 100644 index 000000000..2e4b26666 --- /dev/null +++ b/archive/entries/2024-02-15-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.3 Released! + https://www.php.net/archive/2024.php#2024-02-15-1 + 2024-02-15T15:48:46+00:00 + 2024-02-15T15:48:46+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.3. 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.3 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 869a827d4..1b9a83308 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.2' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_2.php', + ), + 'tags' => + array ( + ), + 'date' => '18 Jan 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.2.tar.gz', + 'name' => 'PHP 8.3.2 (tar.gz)', + 'sha256' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16', + 'date' => '18 Jan 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.2.tar.bz2', + 'name' => 'PHP 8.3.2 (tar.bz2)', + 'sha256' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284', + 'date' => '18 Jan 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.2.tar.xz', + 'name' => 'PHP 8.3.2 (tar.xz)', + 'sha256' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e', + 'date' => '18 Jan 2024', + ), + ), + 'museum' => false, + ), '8.2.14' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 61b315929..d6f9ebfde 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.2', - 'date' => '18 Jan 2024', + 'version' => '8.3.3', + 'date' => '15 Feb 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'decf0f51e5415b21fb6350753e45b6c3be5cc0868e4ec561e5c89326c8e6ef16', - 'tar.bz2' => '582b3c837a8d952efffe274a5e49706c43a88c162830c2a8c358089fe7449284', - 'tar.xz' => '4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e', + 'tar.gz' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac', + 'tar.bz2' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a', + 'tar.xz' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1', ] ]; diff --git a/releases/8_3_3.php b/releases/8_3_3.php new file mode 100644 index 000000000..509b9f1ae --- /dev/null +++ b/releases/8_3_3.php @@ -0,0 +1,16 @@ + +

PHP 8.3.3 Release Announcement

+ +

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

+