diff --git a/ChangeLog-8.php b/ChangeLog-8.php index d8abf99fed..a2ff966b54 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,64 @@ ?> +
+

Version 8.3.4

+ + +
+ + +

Version 8.3.3

diff --git a/archive/archive.xml b/archive/archive.xml index 75ef00050d..52a9f88559 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-03-14-2.xml b/archive/entries/2024-03-14-2.xml new file mode 100644 index 0000000000..7b50b31126 --- /dev/null +++ b/archive/entries/2024-03-14-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.4 Released! + https://www.php.net/archive/2024.php#2024-03-14-2 + 2024-03-14T21:02:45+00:00 + 2024-03-14T21:02:45+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.4. 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.4 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 5260266fec..53e222ccff 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.3' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_3.php', + ), + 'tags' => + array ( + ), + 'date' => '15 Feb 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.3.tar.gz', + 'name' => 'PHP 8.3.3 (tar.gz)', + 'sha256' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac', + 'date' => '15 Feb 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.3.tar.bz2', + 'name' => 'PHP 8.3.3 (tar.bz2)', + 'sha256' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a', + 'date' => '15 Feb 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.3.tar.xz', + 'name' => 'PHP 8.3.3 (tar.xz)', + 'sha256' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1', + 'date' => '15 Feb 2024', + ), + ), + 'museum' => false, + ), '8.2.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a4d90c1556..1a488d86ed 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.3', - 'date' => '15 Feb 2024', + 'version' => '8.3.4', + 'date' => '14 Mar 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '61285ae17a93d172c9f2ebfe4280058d05bda17cadab705ca5b51ba3e6f3a5ac', - 'tar.bz2' => 'aafb613ba79594a23fe722f8e90ad473300610bf80e74b8aa52da9cac2dc4e2a', - 'tar.xz' => 'b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1', + 'tar.gz' => '0e2801e47fb1b92d2743204fcf650ce2fcad1a13ef7a44fe05738101a383e4a2', + 'tar.bz2' => '3c5caf18e0c0a243aaec913a39ecb092043195adde4c3fc42e945da5b9277695', + 'tar.xz' => '39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63', ] ]; diff --git a/releases/8_3_4.php b/releases/8_3_4.php new file mode 100644 index 0000000000..77c7247544 --- /dev/null +++ b/releases/8_3_4.php @@ -0,0 +1,16 @@ + +

PHP 8.3.4 Release Announcement

+ +

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

+