From 01a0e55d3ac2aa703d5c082c1dd0e07eac27cbfb Mon Sep 17 00:00:00 2001 From: Patrick Allaert Date: Thu, 21 Nov 2024 07:29:43 +0100 Subject: [PATCH] Announce PHP 8.1.31 --- ChangeLog-8.php | 33 ++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-11-21-3.xml | 21 ++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/8_1_31.php | 16 ++++++++++++++ 6 files changed, 113 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2024-11-21-3.xml create mode 100644 releases/8_1_31.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index ad48acb05..988b815f3 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -3791,6 +3791,39 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.31

+ + +
+ + +

Version 8.1.30

diff --git a/archive/archive.xml b/archive/archive.xml index a376295d4..5f234ff57 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-3.xml b/archive/entries/2024-11-21-3.xml new file mode 100644 index 000000000..2cca77d93 --- /dev/null +++ b/archive/entries/2024-11-21-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.31 Released! + https://www.php.net/archive/2024.php#2024-11-21-3 + 2024-11-21T06:23:55+00:00 + 2024-11-21T06:23:55+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.31 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 d86bfc84b..9194d359b 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_30.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '26 Sep 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.30.tar.gz', + 'name' => 'PHP 8.1.30 (tar.gz)', + 'sha256' => '80addd302b7e9708e0d106779c3827520eccaf14af1149174b51da33d63e6af7', + 'date' => '26 Sep 2024', + ), + 1 => + array ( + 'filename' => 'php-8.1.30.tar.bz2', + 'name' => 'PHP 8.1.30 (tar.bz2)', + 'sha256' => 'cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e', + 'date' => '26 Sep 2024', + ), + 2 => + array ( + 'filename' => 'php-8.1.30.tar.xz', + 'name' => 'PHP 8.1.30 (tar.xz)', + 'sha256' => 'f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1', + 'date' => '26 Sep 2024', + ), + ), + 'museum' => false, + ), '8.3.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 7b6e2fdf7..167f74701 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.30', - 'date' => '26 Sep 2024', + 'version' => '8.1.31', + 'date' => '21 Nov 2024', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '80addd302b7e9708e0d106779c3827520eccaf14af1149174b51da33d63e6af7', - 'tar.bz2' => 'cb1625e5ac49b91037477e3e7767bb0624343971aeb992f4791b618af571d23e', - 'tar.xz' => 'f24a6007f0b25a53cb7fbaee69c85017e0345b62089c2425a0afb7e177192ed1', + 'tar.gz' => '618923b407c4575bfee085f00c4aaa16a5cc86d4b1eb893c0f352d61541bbfb1', + 'tar.bz2' => '0b39828b345151caf1b795d9f4b923c9887231776c33076dfc9d90a44390d0dc', + 'tar.xz' => 'c4f244d46ba51c72f7d13d4f66ce6a9e9a8d6b669c51be35e01765ba58e7afca', ] ]; diff --git a/releases/8_1_31.php b/releases/8_1_31.php new file mode 100644 index 000000000..cc2c31c62 --- /dev/null +++ b/releases/8_1_31.php @@ -0,0 +1,16 @@ + +

PHP 8.1.31 Release Announcement

+ +

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

+ +

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

+ +

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

+