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

Version 7.4.26

+ + +
+ + +

Version 7.4.25

diff --git a/archive/archive.xml b/archive/archive.xml index a9f7f3f32..e41f9f1a2 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-11-18-1.xml b/archive/entries/2021-11-18-1.xml new file mode 100644 index 000000000..07645bdd8 --- /dev/null +++ b/archive/entries/2021-11-18-1.xml @@ -0,0 +1,21 @@ + + + PHP 7.4.26 Released! + https://www.php.net/archive/2021.php#2021-11-18-1 + 2021-11-18T10:19:46+00:00 + 2021-11-18T10:19:46+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.4.26 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 6360a8708..2371cdddc 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -403,6 +403,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_25.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '21 Oct 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.25.tar.gz', + 'name' => 'PHP 7.4.25 (tar.gz)', + 'sha256' => '3b2632252c933cac489a20f68b8f4ab769e5a0a3bf22b6ef47427aff6922e31f', + 'date' => '21 Oct 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.25.tar.bz2', + 'name' => 'PHP 7.4.25 (tar.bz2)', + 'sha256' => '27992570caf3e2e5323ab7b37853c44c1529b1d31ea94d9776efa91d5a781313', + 'date' => '21 Oct 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.25.tar.xz', + 'name' => 'PHP 7.4.25 (tar.xz)', + 'sha256' => '12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a', + 'date' => '21 Oct 2021', + ), + ), + 'museum' => false, + ), '7.3.31' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6ea8c7d41..434e01880 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.25', - 'date' => '21 Oct 2021', + 'version' => '7.4.26', + 'date' => '18 Nov 2021', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '3b2632252c933cac489a20f68b8f4ab769e5a0a3bf22b6ef47427aff6922e31f', - 'tar.bz2' => '27992570caf3e2e5323ab7b37853c44c1529b1d31ea94d9776efa91d5a781313', - 'tar.xz' => '12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a', + 'tar.gz' => '890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72', + 'tar.bz2' => 'd68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d', + 'tar.xz' => 'e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8', ] ]; diff --git a/releases/7_4_26.php b/releases/7_4_26.php new file mode 100644 index 000000000..7bcd9f268 --- /dev/null +++ b/releases/7_4_26.php @@ -0,0 +1,16 @@ + +

PHP 7.4.26 Release Announcement

+ +

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

+ +

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

+ +

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

+