From f8e7c42a8a9ac3d8ffe2a603666a45425f523ba4 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 14 Apr 2022 09:25:39 +0100 Subject: [PATCH] Announce 7.4.29 --- ChangeLog-7.php | 18 ++++++++++++++++ archive/archive.xml | 1 + archive/entries/2022-04-14-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_4_29.php | 19 ++++++++++++++++ 6 files changed, 104 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2022-04-14-1.xml create mode 100644 releases/7_4_29.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 29d80b5dc..708c9dca0 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,24 @@ changelog_header(7, $MINOR_VERSIONS); ?> +
+

Version 7.4.29

+ + +
+ + +

Version 7.4.28

diff --git a/archive/archive.xml b/archive/archive.xml index 81d6828af..8e6a88802 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/2022-04-14-1.xml b/archive/entries/2022-04-14-1.xml new file mode 100644 index 000000000..45bce3bd7 --- /dev/null +++ b/archive/entries/2022-04-14-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.4.29 Released! + https://www.php.net/archive/2022.php#2022-04-14-1 + 2022-04-14T08:22:12+00:00 + 2022-04-14T08:22:12+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 7.4.29. This is a security release for Windows users.

+ +

This is primarily a release for Windows users due to necessarily +upgrades to the OpenSSL and zlib dependencies in which security issues +have been found. All PHP 7.4 on Windows users are encouraged to upgrade +to this version.

+ +

For source downloads of PHP 7.4.29 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 3efae360b..0762100e5 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -731,6 +731,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '17 Feb 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.28.tar.gz', + 'name' => 'PHP 7.4.28 (tar.gz)', + 'sha256' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', + 'date' => '17 Feb 2022', + ), + 1 => + array ( + 'filename' => 'php-7.4.28.tar.bz2', + 'name' => 'PHP 7.4.28 (tar.bz2)', + 'sha256' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', + 'date' => '17 Feb 2022', + ), + 2 => + array ( + 'filename' => 'php-7.4.28.tar.xz', + 'name' => 'PHP 7.4.28 (tar.xz)', + 'sha256' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce', + 'date' => '17 Feb 2022', + ), + ), + 'museum' => false, + ), '7.4.27' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 93314e953..691f4628b 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.28', - 'date' => '17 Feb 2022', + 'version' => '7.4.29', + 'date' => '14 Apr 2022', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', - 'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', - 'tar.xz' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce', + 'tar.gz' => 'f73f89873bb9447cb99eb4863cf0a0deab4481cb8acf7552c0e70647e6885854', + 'tar.bz2' => '7dde58a02b225c25130c6e2ae2cbba7254bb0340f7fe17291478176d866f9482', + 'tar.xz' => '7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6', ] ]; diff --git a/releases/7_4_29.php b/releases/7_4_29.php new file mode 100644 index 000000000..4e02a2ca5 --- /dev/null +++ b/releases/7_4_29.php @@ -0,0 +1,19 @@ + +

PHP 7.4.29 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 7.4.29. This is a security release for Windows users.

+ +

This is primarily a release for Windows users due to necessarily +upgrades to the OpenSSL and zlib dependencies in which security issues +have been found. All PHP 7.4 on Windows users are encouraged to upgrade +to this version.

+ +

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

+