From 160bd277779ee81bf47a47e630e8ff0965233da8 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Fri, 30 Aug 2019 08:42:30 +0200 Subject: [PATCH] 7.1.32 announce --- ChangeLog-7.php | 14 ++++++++++++ archive/archive.xml | 1 + archive/entries/2019-08-30-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_1_32.php | 20 +++++++++++++++++ 6 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2019-08-30-1.xml create mode 100644 releases/7_1_32.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 2dd940517..4692fe6e3 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2467,6 +2467,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.1.32

+ + +
+

Version 7.1.31

diff --git a/archive/archive.xml b/archive/archive.xml index 62982ae12..3962a6e7e 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/2019-08-30-1.xml b/archive/entries/2019-08-30-1.xml new file mode 100644 index 000000000..dae98c982 --- /dev/null +++ b/archive/entries/2019-08-30-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.1.32 Released + https://www.php.net/archive/2019.php#2019-08-30-1 + 2019-08-30T06:42:02+00:00 + 2019-08-30T06:42:02+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.1.32 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 0db8ed3b8..20fc8be4d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.31' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_31.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '01 Aug 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.31.tar.bz2', + 'name' => 'PHP 7.1.31 (tar.bz2)', + 'sha256' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd', + 'date' => '01 Aug 2019', + ), + 1 => + array ( + 'filename' => 'php-7.1.31.tar.gz', + 'name' => 'PHP 7.1.31 (tar.gz)', + 'sha256' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc', + 'date' => '01 Aug 2019', + ), + 2 => + array ( + 'filename' => 'php-7.1.31.tar.xz', + 'name' => 'PHP 7.1.31 (tar.xz)', + 'sha256' => '5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5', + 'date' => '01 Aug 2019', + ), + ), + 'museum' => false, + ), '7.2.21' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 8bef664a9..99ffa85a1 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.1 Release */ - $PHP_7_1_VERSION = "7.1.31"; - $PHP_7_1_DATE = "01 Aug 2019"; + $PHP_7_1_VERSION = "7.1.32"; + $PHP_7_1_DATE = "29 Aug 2019"; $PHP_7_1_TAGS = ['security']; $PHP_7_1_SHA256 = array( - 'tar.bz2' => '767573c2b732e78cc647602ec61fc948941a941a4071db59b522cf5e076825dd', - 'tar.gz' => 'ea0558735653b9ce63e9cea41dd8f0d0b90dba6c39d39dd9a6aad5cc58b0bdfc', - 'tar.xz' => '5cb53b63592ec4361f0ab12c684b10430344821a024881a387ead4299df78fa5', + 'tar.bz2' => 'd7c7a1adddc75ac17f63349e966db25930b6b3ce736640349bea9e10909cab7a', + 'tar.gz' => '6e51a2fc610352438b2a1c40310468a1e2b5baf2fff43be77f9f408a9111590c', + 'tar.xz' => '7f38b5bdaae3184d325a8c70e86c010afcc33651d15faafe277a0db6d2ea2741', ); return array( diff --git a/releases/7_1_32.php b/releases/7_1_32.php new file mode 100644 index 000000000..f4425d9ef --- /dev/null +++ b/releases/7_1_32.php @@ -0,0 +1,20 @@ + + +

PHP 7.1.32 Release Announcement

+ +

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

+ +

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

+ +

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

+ + +