From f5fe3d0e47545506577ef1852f103f40ccbafdca Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 14 May 2020 10:28:29 +0200 Subject: [PATCH] Announce 7.3.18 --- ChangeLog-7.php | 45 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2020-05-14-2.xml | 24 +++++++++++++++++ include/releases.inc | 37 ++++++++++++++++++++++++++ include/version.inc | 10 +++---- releases/7_3_18.php | 19 ++++++++++++++ 6 files changed, 131 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2020-05-14-2.xml create mode 100644 releases/7_3_18.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 309040762..cc0b0b9c6 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -829,6 +829,51 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.3.18

+ + +
+ + +

Version 7.3.17

diff --git a/archive/archive.xml b/archive/archive.xml index 3a6bc6c52..53e43fc2c 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-2.xml b/archive/entries/2020-05-14-2.xml new file mode 100644 index 000000000..5a0eefe90 --- /dev/null +++ b/archive/entries/2020-05-14-2.xml @@ -0,0 +1,24 @@ + + + PHP 7.3.18 Released + https://www.php.net/archive/2020.php#2020-05-14-2 + 2020-05-14T08:26:30+00:00 + 2020-05-14T08:26:30+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.3.18 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 9005b15c1..5a456ac91 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_17.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '16 Apr 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.17.tar.bz2', + 'name' => 'PHP 7.3.17 (tar.bz2)', + 'sha256' => 'd83e90d9024c999f209933732ed4e1d0e7295a67c66ab79490898ea0a4a29709', + 'date' => '16 Apr 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.17.tar.gz', + 'name' => 'PHP 7.3.17 (tar.gz)', + 'sha256' => '0dd484382b8f17dfa8afd44236a5ccf374e1f03de06ef826ebcbda98eadc7bda', + 'date' => '16 Apr 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.17.tar.xz', + 'name' => 'PHP 7.3.17 (tar.xz)', + 'sha256' => '6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8', + 'date' => '16 Apr 2020', + ), + ), + 'museum' => false, + ), '7.2.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b6c523eeb..3bcf4d6f4 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.17"; - $PHP_7_3_DATE = "16 Apr 2020"; + $PHP_7_3_VERSION = "7.3.19"; + $PHP_7_3_DATE = "14 May 2020"; $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "d83e90d9024c999f209933732ed4e1d0e7295a67c66ab79490898ea0a4a29709", - "tar.gz" => "0dd484382b8f17dfa8afd44236a5ccf374e1f03de06ef826ebcbda98eadc7bda", - "tar.xz" => "6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8", + "tar.bz2" => "749d21f65deb57153b575f846705f5db54732c6b672e80612b29dcf1a53be8a4", + "tar.gz" => "3211d5d6ea8a27c2794498a551bf26e334bc2b986741971809c9bb650eaa47a3", + "tar.xz" => "7b3e2479a8d6fd7666dcdef8aec50d49c4599cc6ee86e48d41724cfd99cc9e58", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_18.php b/releases/7_3_18.php new file mode 100644 index 000000000..8140f6942 --- /dev/null +++ b/releases/7_3_18.php @@ -0,0 +1,19 @@ + + +

PHP 7.3.18 Release Announcement

+ +

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

+ +

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

+ +

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

+ +