From 68bb08b1a1a4f3632c7130e41156fd1ceb6b3631 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 28 Oct 2021 10:47:43 +0200 Subject: [PATCH] Announce 7.3.32 --- ChangeLog-7.php | 12 +++++++++++ archive/archive.xml | 1 + archive/entries/2021-10-28-1.xml | 21 ++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_3_32.php | 16 ++++++++++++++ 6 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2021-10-28-1.xml create mode 100644 releases/7_3_32.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 513939a0d..f29603bbe 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1820,6 +1820,18 @@ changelog_header(7, $MINOR_VERSIONS); +
+

Version 7.3.32

+ + +
+ + +

Version 7.3.31

diff --git a/archive/archive.xml b/archive/archive.xml index 07e9b0aa0..9077c532e 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/2021-10-28-1.xml b/archive/entries/2021-10-28-1.xml new file mode 100644 index 000000000..f1e03bbed --- /dev/null +++ b/archive/entries/2021-10-28-1.xml @@ -0,0 +1,21 @@ + + + PHP 7.3.32 Released! + https://www.php.net/archive/2021.php#2021-10-28-1 + 2021-10-28T08:40:01+00:00 + 2021-10-28T08:40:01+00:00 + + + + + +

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

+ +

All PHP 7.3 FPM users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 7.3.32 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 65540379a..6360a8708 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -403,6 +403,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.3.31' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_31.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '23 Sep 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.31.tar.gz', + 'name' => 'PHP 7.3.31 (tar.gz)', + 'sha256' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f', + 'date' => '23 Sep 2021', + ), + 1 => + array ( + 'filename' => 'php-7.3.31.tar.bz2', + 'name' => 'PHP 7.3.31 (tar.bz2)', + 'sha256' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b', + 'date' => '23 Sep 2021', + ), + 2 => + array ( + 'filename' => 'php-7.3.31.tar.xz', + 'name' => 'PHP 7.3.31 (tar.xz)', + 'sha256' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc', + 'date' => '23 Sep 2021', + ), + ), + 'museum' => false, + ), '7.4.24' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index dc96f7306..6ea8c7d41 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.31', - 'date' => '23 Sep 2021', + 'version' => '7.3.32', + 'date' => '28 Oct 2021', 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '57ca37b08d3eed4cadc3976e78b0f51d0305bb6e60333f6e8c76e8aee07c3f0f', - 'tar.bz2' => '6951f78524684f439186fe039ab14fb2459cea8f47ac829a159724a283f7f32b', - 'tar.xz' => 'd1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc', + 'tar.gz' => '4739160cbd8f5d4529429ac01e181cba9705a515666002e76e4e34891c034fcb', + 'tar.bz2' => '7c158b306e53434f1e0a88647aa561814308aaff8713ed7d237ed8f1399c216f', + 'tar.xz' => '94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9', ] ]; diff --git a/releases/7_3_32.php b/releases/7_3_32.php new file mode 100644 index 000000000..cb6b856c3 --- /dev/null +++ b/releases/7_3_32.php @@ -0,0 +1,16 @@ + +

PHP 7.3.32 Release Announcement

+ +

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

+ +

All PHP 7.3 FPM users are encouraged to upgrade to this version.

+ +

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

+