From e04c998d8eb3069eeb4ac9e6573e218ae097c5d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 May 2020 09:37:31 +0200 Subject: [PATCH] 7.2.31 announcement --- ChangeLog-7.php | 11 ++++++++++ archive/archive.xml | 1 + archive/entries/2020-05-14-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_2_31.php | 17 +++++++++++++++ 6 files changed, 95 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2020-05-14-1.xml create mode 100644 releases/7_2_31.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 5656ed1ab..309040762 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2260,6 +2260,17 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.31

+ + +
+

Version 7.2.30

diff --git a/archive/archive.xml b/archive/archive.xml index ad512c69a..3a6bc6c52 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-05-14-1.xml b/archive/entries/2020-05-14-1.xml new file mode 100644 index 000000000..ff772114c --- /dev/null +++ b/archive/entries/2020-05-14-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.31 Released + https://www.php.net/archive/2020.php#2020-05-14-1 + 2020-05-14T07:35:50+00:00 + 2020-05-14T07:35:50+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.2.31 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 f91349944..9005b15c1 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_30.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '16 Apr 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.30.tar.bz2', + 'name' => 'PHP 7.2.30 (tar.bz2)', + 'sha256' => 'c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf', + 'date' => '16 Apr 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.30.tar.gz', + 'name' => 'PHP 7.2.30 (tar.gz)', + 'sha256' => 'daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f', + 'date' => '16 Apr 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.30.tar.xz', + 'name' => 'PHP 7.2.30 (tar.xz)', + 'sha256' => 'aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3', + 'date' => '16 Apr 2020', + ), + ), + 'museum' => false, + ), '7.2.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 0652ad1fd..b6c523eeb 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.30"; - $PHP_7_2_DATE = "16 Apr 2020"; + $PHP_7_2_VERSION = "7.2.31"; + $PHP_7_2_DATE = "14 May 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf", - "tar.gz" => "daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f", - "tar.xz" => "aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3", + "tar.bz2" => "1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700", + "tar.gz" => "796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c", + "tar.xz" => "8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806", ); return array( diff --git a/releases/7_2_31.php b/releases/7_2_31.php new file mode 100644 index 000000000..c8f2e8ee9 --- /dev/null +++ b/releases/7_2_31.php @@ -0,0 +1,17 @@ + +

PHP 7.2.31 Release Announcement

+ +

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

+ +

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

+ +

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

+