From 807d03cd336c4b4e3e5b678a114fb9ee7e84ade5 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 11 Jun 2020 12:53:19 +0200 Subject: [PATCH] Announce 7.3.19 --- ChangeLog-7.php | 30 ++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2020-06-11-1.xml | 24 +++++++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++++++++ include/version.inc | 12 +++++------ releases/7_3_19.php | 19 ++++++++++++++++ 6 files changed, 117 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2020-06-11-1.xml create mode 100644 releases/7_3_19.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index f97406838..2ce36a6f8 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -888,6 +888,36 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.3.19

+ + +
+ + +

Version 7.3.18

diff --git a/archive/archive.xml b/archive/archive.xml index 2a6fd50ac..394239914 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-06-11-1.xml b/archive/entries/2020-06-11-1.xml new file mode 100644 index 000000000..25c5a082d --- /dev/null +++ b/archive/entries/2020-06-11-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.3.19 Released + https://www.php.net/archive/2020.php#2020-06-11-2 + 2020-06-11T10:51:02+00:00 + 2020-06-11T10:51:02+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.3.19. This is a bug fix release.

+ +

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

+ +

For source downloads of PHP 7.3.19 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 b6f84b7c5..43f6a735d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.18' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_18.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '14 May 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.18.tar.bz2', + 'name' => 'PHP 7.3.18 (tar.bz2)', + 'sha256' => '749d21f65deb57153b575f846705f5db54732c6b672e80612b29dcf1a53be8a4', + 'date' => '14 May 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.18.tar.gz', + 'name' => 'PHP 7.3.18 (tar.gz)', + 'sha256' => '3211d5d6ea8a27c2794498a551bf26e334bc2b986741971809c9bb650eaa47a3', + 'date' => '14 May 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.18.tar.xz', + 'name' => 'PHP 7.3.18 (tar.xz)', + 'sha256' => '7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58', + 'date' => '14 May 2020', + ), + ), + 'museum' => false, + ), '7.4.5' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 32641b0cb..e5234ddd2 100644 --- a/include/version.inc +++ b/include/version.inc @@ -27,13 +27,13 @@ $RELEASES = (function() { ); /* PHP 7.3 Release */ - $PHP_7_3_VERSION = "7.3.18"; - $PHP_7_3_DATE = "14 May 2020"; - $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. + $PHP_7_3_VERSION = "7.3.19"; + $PHP_7_3_DATE = "11 Jun 2020"; + $PHP_7_3_TAGS = []; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "749d21f65deb57153b575f846705f5db54732c6b672e80612b29dcf1a53be8a4", - "tar.gz" => "3211d5d6ea8a27c2794498a551bf26e334bc2b986741971809c9bb650eaa47a3", - "tar.xz" => "7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58", + "tar.bz2" => "0d9c1e31e29fb46ff660b48051d169d50cb0285e611d16591449d578320d34a5", + "tar.gz" => "809126b46d62a1a06c2d5a0f9d7ba61aba40e165f24d2d185396d0f9646d3280", + "tar.xz" => "6402faa19b1a8c4317c7612632bce985684a5bbae0980a5779a4019439882422", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_19.php b/releases/7_3_19.php new file mode 100644 index 000000000..5389c25fe --- /dev/null +++ b/releases/7_3_19.php @@ -0,0 +1,19 @@ + + +

PHP 7.3.19 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.3.19. This is a bug fix release.

+ +

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

+ +

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

+ +