diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 664cb856d..ff8f3d869 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,42 @@ changelog_header(7, $MINOR_VERSIONS); ?> +
+

Version 7.4.22

+ + +
+ + +

Version 7.4.21

diff --git a/archive/archive.xml b/archive/archive.xml index 36b1d3e7b..41cbef237 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-07-29-2.xml b/archive/entries/2021-07-29-2.xml new file mode 100644 index 000000000..0874cc631 --- /dev/null +++ b/archive/entries/2021-07-29-2.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.22 Released! + https://www.php.net/archive/2021.php#2021-07-29-2 + 2021-07-29T15:35:12+00:00 + 2021-07-29T15:35:12+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 7.4.22. This is a bug fix release.

+ +

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

+ +

For source downloads of PHP 7.4.22 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 59ad7b817..e8effa564 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -293,6 +293,42 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.21' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_21.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Jul 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.21.tar.gz', + 'name' => 'PHP 7.4.21 (tar.gz)', + 'sha256' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db', + 'date' => '01 Jul 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.21.tar.bz2', + 'name' => 'PHP 7.4.21 (tar.bz2)', + 'sha256' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a', + 'date' => '01 Jul 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.21.tar.xz', + 'name' => 'PHP 7.4.21 (tar.xz)', + 'sha256' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90', + 'date' => '01 Jul 2021', + ), + ), + 'museum' => false, + ), '7.4.20' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b776c02c5..bd7bc7c62 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.21', - 'date' => '01 Jul 2021', + 'version' => '7.4.22', + 'date' => '29 Jul 2021', 'tags' => [], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db', - 'tar.bz2' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a', - 'tar.xz' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90', + 'tar.gz' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34', + 'tar.bz2' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1', + 'tar.xz' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8', ] ]; diff --git a/releases/7_4_22.php b/releases/7_4_22.php new file mode 100644 index 000000000..facb553fc --- /dev/null +++ b/releases/7_4_22.php @@ -0,0 +1,16 @@ + +

PHP 7.4.22 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 7.4.22. This is a bug fix release.

+ +

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

+ +

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

+