diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 1610161cb..f58c795c7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,62 @@ changelog_header(7, $MINOR_VERSIONS); ?> +
+

Version 7.4.23

+ + +
+ + +

Version 7.4.22

diff --git a/archive/archive.xml b/archive/archive.xml index 75837300e..15225423c 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-08-26-3.xml b/archive/entries/2021-08-26-3.xml new file mode 100644 index 000000000..03e0cb235 --- /dev/null +++ b/archive/entries/2021-08-26-3.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.23 Released! + https://www.php.net/archive/2021.php#2021-08-26-3 + 2021-08-26T14:44:33+00:00 + 2021-08-26T14:44:33+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.4.23 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 9b6b1157b..3c4e9f9df 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -329,6 +329,42 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.22' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_22.php', + ), + 'tags' => + array ( + ), + 'date' => '29 Jul 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.22.tar.gz', + 'name' => 'PHP 7.4.22 (tar.gz)', + 'sha256' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34', + 'date' => '29 Jul 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.22.tar.bz2', + 'name' => 'PHP 7.4.22 (tar.bz2)', + 'sha256' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1', + 'date' => '29 Jul 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.22.tar.xz', + 'name' => 'PHP 7.4.22 (tar.xz)', + 'sha256' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8', + 'date' => '29 Jul 2021', + ), + ), + 'museum' => false, + ), '7.3.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 03a13a586..b729be06d 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.22', - 'date' => '29 Jul 2021', - 'tags' => [], // Set to ['security'] for security releases + 'version' => '7.4.23', + 'date' => '26 Aug 2021', + 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34', - 'tar.bz2' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1', - 'tar.xz' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8', + 'tar.gz' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6', + 'tar.bz2' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727', + 'tar.xz' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d', ] ]; diff --git a/releases/7_4_23.php b/releases/7_4_23.php new file mode 100644 index 000000000..4105884a3 --- /dev/null +++ b/releases/7_4_23.php @@ -0,0 +1,16 @@ + +

PHP 7.4.23 Release Announcement

+ +

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

+ +

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

+ +

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

+