From b672403fac623684c5577e996a1f6995ea7fe71e Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Wed, 20 Nov 2024 20:20:40 -0800 Subject: [PATCH] Announce PHP 8.3.14 --- ChangeLog-8.php | 179 +++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-11-21-2.xml | 21 ++++ include/releases.inc | 36 +++++++ include/version.inc | 12 +-- releases/8_3_14.php | 16 +++ 6 files changed, 259 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2024-11-21-2.xml create mode 100644 releases/8_3_14.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 8ca884a93..ad48acb05 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,185 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.14

+ + +
+ + +

Version 8.3.13

diff --git a/archive/archive.xml b/archive/archive.xml index 64f456181..a376295d4 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-11-21-2.xml b/archive/entries/2024-11-21-2.xml new file mode 100644 index 000000000..71df0ca86 --- /dev/null +++ b/archive/entries/2024-11-21-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.14 Released! + https://www.php.net/archive/2024.php#2024-11-21-2 + 2024-11-21T04:17:35+00:00 + 2024-11-21T04:17:35+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.14. This is a security release.

+ +

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

+ +

For source downloads of PHP 8.3.14 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 6fdba0676..d86bfc84b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_13.php', + ), + 'tags' => + array ( + ), + 'date' => '24 Oct 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.13.tar.gz', + 'name' => 'PHP 8.3.13 (tar.gz)', + 'sha256' => 'ffe34317d2688ed3161809c90ca4135c84ebfdfd12a46880a264d7d1e1d7739a', + 'date' => '24 Oct 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.13.tar.bz2', + 'name' => 'PHP 8.3.13 (tar.bz2)', + 'sha256' => 'c7791c82e1a554ccaf84a40ba71cc1417ba9af67fb5b39780837fd7c7eb6f124', + 'date' => '24 Oct 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.13.tar.xz', + 'name' => 'PHP 8.3.13 (tar.xz)', + 'sha256' => '89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018', + 'date' => '24 Oct 2024', + ), + ), + 'museum' => false, + ), '8.2.25' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a35ea647d..7b6e2fdf7 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.13', - 'date' => '24 Oct 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.14', + 'date' => '21 Nov 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'ffe34317d2688ed3161809c90ca4135c84ebfdfd12a46880a264d7d1e1d7739a', - 'tar.bz2' => 'c7791c82e1a554ccaf84a40ba71cc1417ba9af67fb5b39780837fd7c7eb6f124', - 'tar.xz' => '89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018', + 'tar.gz' => 'e4ee602c31e2f701c9f0209a2902dd4802727431246a9155bf56dda7bcf7fb4a', + 'tar.bz2' => 'f56fa669ce4c01452a2921f40034d779d8c2b97d0749493ad4781813b9221cf8', + 'tar.xz' => '58b4cb9019bf70c0cbcdb814c7df79b9065059d14cf7dbf48d971f8e56ae9be7', ] ]; diff --git a/releases/8_3_14.php b/releases/8_3_14.php new file mode 100644 index 000000000..aae1320cc --- /dev/null +++ b/releases/8_3_14.php @@ -0,0 +1,16 @@ + +

PHP 8.3.14 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.3.14. This is a security release.

+ +

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

+ +

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

+