From b89b60f54ce57d7bde5c18a77eec78d072f3afc3 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 7 Jan 2021 11:45:50 +0100 Subject: [PATCH] Announce 7.3.26 --- ChangeLog-7.php | 13 ++++++++++++ archive/archive.xml | 1 + archive/entries/2021-01-07-2.xml | 21 +++++++++++++++++++ include/releases.inc | 36 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/7_3_26.php | 16 ++++++++++++++ 6 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2021-01-07-2.xml create mode 100644 releases/7_3_26.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 67fae0178..296a9b87d 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1335,6 +1335,19 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.3.26

+ + +
+ + +

Version 7.3.25

diff --git a/archive/archive.xml b/archive/archive.xml index 3432f3fc7..7debe6c04 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-01-07-2.xml b/archive/entries/2021-01-07-2.xml new file mode 100644 index 000000000..349e30b16 --- /dev/null +++ b/archive/entries/2021-01-07-2.xml @@ -0,0 +1,21 @@ + + + PHP 7.3.26 Released! + https://www.php.net/archive/2021.php#2021-01-07-2 + 2021-01-07T10:31:37+00:00 + 2021-01-07T10:31:37+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.3.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 4ab9af458..a142f5a70 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_25.php', + ), + 'tags' => + array ( + ), + 'date' => '26 Nov 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.25.tar.gz', + 'name' => 'PHP 7.3.25 (tar.gz)', + 'sha256' => '097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad', + 'date' => '26 Nov 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.25.tar.bz2', + 'name' => 'PHP 7.3.25 (tar.bz2)', + 'sha256' => '69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb', + 'date' => '26 Nov 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.25.tar.xz', + 'name' => 'PHP 7.3.25 (tar.xz)', + 'sha256' => 'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329', + 'date' => '26 Nov 2020', + ), + ), + 'museum' => false, + ), '7.4.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d453e8e3b..5beefb89a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.25', - 'date' => '26 Nov 2020', - 'tags' => [], + 'version' => '7.3.26', + 'date' => '07 Dec 2021', + 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '097c7a2a2f9189b33799d79ee5a8aac68a4d72696c1cd69c66ef5d0941ce28ad', - 'tar.bz2' => '69315a4daa91e3b07c90eef86fe205c8812c4ac5ce119c9953ecc9f42e7702fb', - 'tar.xz' => 'c71c00ad03079efb78d1a6b8623ca4f725be697dbd9a46debacbcc9a2475f329', + 'tar.gz' => '2b55c2a54d1825e7c3feaf44cf42cdf782b8d5c611314172fbf8e234960b6a99', + 'tar.bz2' => '371e5a7c8154fd3c52b14baace5f7d04c4bbb8e841d356c54a2b6a688db39d4e', + 'tar.xz' => 'd93052f4cb2882090b6a37fd1e0c764be1605a2461152b7f6b8f04fa48875208', ] ]; diff --git a/releases/7_3_26.php b/releases/7_3_26.php new file mode 100644 index 000000000..22d0a59f0 --- /dev/null +++ b/releases/7_3_26.php @@ -0,0 +1,16 @@ + +

PHP 7.3.26 Release Announcement

+ +

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

+ +

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

+ +

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

+