diff --git a/ChangeLog-7.php b/ChangeLog-7.php index b3ff4af0d..29d80b5dc 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,18 @@ changelog_header(7, $MINOR_VERSIONS); ?> +
+

Version 7.4.28

+ + +
+ + +

Version 7.4.27

diff --git a/archive/archive.xml b/archive/archive.xml index c554b1029..70587d9d4 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-02-17-1.xml b/archive/entries/2022-02-17-1.xml new file mode 100644 index 000000000..194b338e0 --- /dev/null +++ b/archive/entries/2022-02-17-1.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.28 Released! + https://www.php.net/archive/2022.php#2022-02-17-1 + 2022-02-17T14:37:30+00:00 + 2022-02-17T14:37:30+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.4.28 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 e0946ccd0..12740ff5c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -585,6 +585,42 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_27.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Dec 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.27.tar.gz', + 'name' => 'PHP 7.4.27 (tar.gz)', + 'sha256' => '564fd5bc9850370db0cb4058d9087f2f40177fa4921ce698a375416db9ab43ca', + 'date' => '16 Dec 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.27.tar.bz2', + 'name' => 'PHP 7.4.27 (tar.bz2)', + 'sha256' => '184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563', + 'date' => '16 Dec 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.27.tar.xz', + 'name' => 'PHP 7.4.27 (tar.xz)', + 'sha256' => '3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c', + 'date' => '16 Dec 2021', + ), + ), + 'museum' => false, + ), '7.4.26' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3566e0979..efed8867b 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.27', - 'date' => '16 Dec 2021', + 'version' => '7.4.28', + 'date' => '17 Feb 2022', 'tags' => [], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '564fd5bc9850370db0cb4058d9087f2f40177fa4921ce698a375416db9ab43ca', - 'tar.bz2' => '184aaef313fbf28c9987f6aa07b655cd1b0eae9e7e17061775a3e7d880185563', - 'tar.xz' => '3f8b937310f155822752229c2c2feb8cc2621e25a728e7b94d0d74c128c43d0c', + 'tar.gz' => 'a04014cd1646b90547907e2e0ac5371594533960de317b6c7ac70bcb42db92fb', + 'tar.bz2' => '2085086a863444b0e39547de1a4969fd1c40a0c188eb58fab2938b649b0c4b58', + 'tar.xz' => '9cc3b6f6217b60582f78566b3814532c4b71d517876c25013ae51811e65d8fce', ] ]; diff --git a/releases/7_4_28.php b/releases/7_4_28.php new file mode 100644 index 000000000..97d8c7c43 --- /dev/null +++ b/releases/7_4_28.php @@ -0,0 +1,16 @@ + +

PHP 7.4.28 Release Announcement

+ +

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

+ +

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

+ +

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

+