From 05b76568ef3fd384c5bd3e6ade7b96243eeadb5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2020 09:51:36 +0200 Subject: [PATCH] 7.2.33 announcement --- ChangeLog-7.php | 14 ++++++++++++ archive/archive.xml | 1 + archive/entries/2020-08-06-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_2_33.php | 17 +++++++++++++++ 6 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2020-08-06-1.xml create mode 100644 releases/7_2_33.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 040e905e6..6eebd3ba8 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2526,6 +2526,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.33

+ + +
+

Version 7.2.32

diff --git a/archive/archive.xml b/archive/archive.xml index f030b06ab..9701eac8f 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-08-06-1.xml b/archive/entries/2020-08-06-1.xml new file mode 100644 index 000000000..d5322890a --- /dev/null +++ b/archive/entries/2020-08-06-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.33 Released! + https://www.php.net/archive/2020.php#2020-08-06-1 + 2020-08-06T07:47:41+00:00 + 2020-08-06T07:47:41+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.2.33 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 da7c75413..fc4eb80e8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.32' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_32.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '09 Jul 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.32.tar.bz2', + 'name' => 'PHP 7.2.32 (tar.bz2)', + 'sha256' => '715c0a4274ad17ce449cd0f16b8a7428936e3ba80002d0948a8699a6f75d98a7', + 'date' => '09 Jul 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.32.tar.gz', + 'name' => 'PHP 7.2.32 (tar.gz)', + 'sha256' => 'b3aabb99e574c407dd58ad071fc52e27c489608fe06f1330d688d0fb7349089c', + 'date' => '09 Jul 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.32.tar.xz', + 'name' => 'PHP 7.2.32 (tar.xz)', + 'sha256' => '050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1', + 'date' => '09 Jul 2020', + ), + ), + 'museum' => false, + ), '7.4.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8c0ddc743..e5f29cec8 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.32"; - $PHP_7_2_DATE = "09 Jul 2020"; + $PHP_7_2_VERSION = "7.2.33"; + $PHP_7_2_DATE = "06 Aug 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "715c0a4274ad17ce449cd0f16b8a7428936e3ba80002d0948a8699a6f75d98a7", - "tar.gz" => "b3aabb99e574c407dd58ad071fc52e27c489608fe06f1330d688d0fb7349089c", - "tar.xz" => "050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1", + "tar.bz2" => "03dda3a3a0c8befc9b381bc9cf4638d13862783fc7b8aef43fdd4431ab85854d", + "tar.gz" => "97bb6b88ddfa44f36c4fc84a1a718faef476f61b532d26ea29e3e9f6cd79d839", + "tar.xz" => "0f160a3483ffce36be5962fab7bcf09d605ee66c5707df83e4195cb796bbb03a", ); return array( diff --git a/releases/7_2_33.php b/releases/7_2_33.php new file mode 100644 index 000000000..31ae85b05 --- /dev/null +++ b/releases/7_2_33.php @@ -0,0 +1,17 @@ + +

PHP 7.2.33 Release Announcement

+ +

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

+ +

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

+ +

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

+