From 13d4a4190447ca4584e19a39b0458fde7170e04b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2020 10:03:22 +0100 Subject: [PATCH] 7.2.28 annoucement --- ChangeLog-7.php | 18 ++++++++++++++++ archive/archive.xml | 1 + archive/entries/2020-02-20-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_2_28.php | 17 +++++++++++++++ 6 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2020-02-20-1.xml create mode 100644 releases/7_2_28.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 75a69ee91..266509993 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1815,6 +1815,24 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.28

+ + +
+

Version 7.2.27

diff --git a/archive/archive.xml b/archive/archive.xml index 55fc0eaa5..033c27b3a 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/2020-02-20-1.xml b/archive/entries/2020-02-20-1.xml new file mode 100644 index 000000000..18eae359b --- /dev/null +++ b/archive/entries/2020-02-20-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.28 Released + https://www.php.net/archive/2020.php#2020-02-20-1 + 2020-02-20T09:01:15+00:00 + 2020-02-20T09:01:15+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.2.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 e5042c211..c5a0cd887 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_27.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '23 Jan 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.27.tar.bz2', + 'name' => 'PHP 7.2.27 (tar.bz2)', + 'sha256' => '5bc0695b171b870ceb083c5432c6a758d3dbd3830a0cf6cf35bd9b283a627049', + 'date' => '23 Jan 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.27.tar.gz', + 'name' => 'PHP 7.2.27 (tar.gz)', + 'sha256' => 'e00ace5e89cb162cba0aebd17144541e1c4d965589155a44ca706d9f9c5a8981', + 'date' => '23 Jan 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.27.tar.xz', + 'name' => 'PHP 7.2.27 (tar.xz)', + 'sha256' => '7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32', + 'date' => '23 Jan 2020', + ), + ), + 'museum' => false, + ), '7.3.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 27e404218..75c2f0808 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.27"; - $PHP_7_2_DATE = "23 Jan 2020"; + $PHP_7_2_VERSION = "7.2.28"; + $PHP_7_2_DATE = "20 Feb 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "5bc0695b171b870ceb083c5432c6a758d3dbd3830a0cf6cf35bd9b283a627049", - "tar.gz" => "e00ace5e89cb162cba0aebd17144541e1c4d965589155a44ca706d9f9c5a8981", - "tar.xz" => "7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32", + "tar.bz2" => "7c953a5b79db3d8d45c65014aef382a48e1c3435cf0c2574e942957f0cdd52a3", + "tar.gz" => "ed5fede7602ccd8d1294b4e4aef7f92f4e3af58ab040bd349264b3f5dbef3261", + "tar.xz" => "afe1863301da572dee2e0bad8014813bcced162f980ddc8ec8e41fd72263eb2d", ); return array( diff --git a/releases/7_2_28.php b/releases/7_2_28.php new file mode 100644 index 000000000..d802d289f --- /dev/null +++ b/releases/7_2_28.php @@ -0,0 +1,17 @@ + +

PHP 7.2.28 Release Announcement

+ +

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

+ +

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

+ +

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

+