diff --git a/ChangeLog-7.php b/ChangeLog-7.php index ca5cef68e..2ca22282e 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -924,6 +924,73 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.2.21

+ + +
+

Version 7.2.20

diff --git a/archive/archive.xml b/archive/archive.xml index 159db8762..a26f87cef 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-01-2.xml b/archive/entries/2019-08-01-2.xml new file mode 100644 index 000000000..eb9dad107 --- /dev/null +++ b/archive/entries/2019-08-01-2.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.21 Released + https://www.php.net/archive/2019.php#2019-08-01-2 + 2019-08-01T08:43:45+00:00 + 2019-08-01T08:43:45+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.2.21. This is a security release which also contains several minor bug fixes.

+ +

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

+ +

For source downloads of PHP 7.2.21 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 a1eb11567..58d4d7c0c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.20' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_20.php', + ), + 'tags' => + array ( + ), + 'date' => '04 Jul 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.20.tar.bz2', + 'name' => 'PHP 7.2.20 (tar.bz2)', + 'sha256' => '9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84', + 'date' => '04 Jul 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.20.tar.gz', + 'name' => 'PHP 7.2.20 (tar.gz)', + 'sha256' => 'd1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749', + 'date' => '04 Jul 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.20.tar.xz', + 'name' => 'PHP 7.2.20 (tar.xz)', + 'sha256' => 'eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494', + 'date' => '04 Jul 2019', + ), + ), + 'museum' => false, + ), '7.3.7' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 2182da147..208bf33e4 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,13 +27,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.20"; - $PHP_7_2_DATE = "04 Jul 2019"; - $PHP_7_2_TAGS = []; // Set to ['security'] for security releases. + $PHP_7_2_VERSION = "7.2.21"; + $PHP_7_2_DATE = "01 Aug 2019"; + $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "9fb829e54e54c483ae8892d1db0f7d79115cc698f2f3591a8a5e58d9410dca84", - "tar.gz" => "d1dbf6f299514c9aa55b2995928b798b27c21811a0447f0688993cdf36be0749", - "tar.xz" => "eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494", + "tar.bz2" => "343183a1be8336670171885c761d57ffcae99cbbcf1db43da7cb5565056b14ef", + "tar.gz" => "8327682bee4a8fd2edf5bbfcc393d986b945bec433fc74458d05e766701b313c", + "tar.xz" => "de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_21.php b/releases/7_2_21.php new file mode 100644 index 000000000..81a8d6dd5 --- /dev/null +++ b/releases/7_2_21.php @@ -0,0 +1,17 @@ + +

PHP 7.2.21 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 7.2.21. +This is a security release which also contains several minor bug fixes.

+ +

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

+ +

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

+