diff --git a/ChangeLog-7.php b/ChangeLog-7.php index b7df30805..8f85fca28 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -671,6 +671,70 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.3.16

+ + +
+ + +

Version 7.3.15

diff --git a/archive/archive.xml b/archive/archive.xml index 4e610c7e8..4f19aa3c9 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-03-19-1.xml b/archive/entries/2020-03-19-1.xml new file mode 100644 index 000000000..138ce2310 --- /dev/null +++ b/archive/entries/2020-03-19-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.3.16 Released + https://www.php.net/archive/2020.php#2020-03-19-1 + 2020-03-19T09:16:55+00:00 + 2020-03-19T09:16:55+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.3.16. 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.16 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 694444283..9ab01ba9a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_15.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '20 Feb 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.15.tar.bz2', + 'name' => 'PHP 7.3.15 (tar.bz2)', + 'sha256' => '8dbe1507ea0035f4211faa0db80fe95f39df0e39d8408223820fe9123487043d', + 'date' => '20 Feb 2020', + ), + 1 => + array ( + 'filename' => 'php-7.3.15.tar.gz', + 'name' => 'PHP 7.3.15 (tar.gz)', + 'sha256' => 'c606dd09de2edff1e6b6c5b9f0076214a59f6f1a3272e15d681ed16257737ef6', + 'date' => '20 Feb 2020', + ), + 2 => + array ( + 'filename' => 'php-7.3.15.tar.xz', + 'name' => 'PHP 7.3.15 (tar.xz)', + 'sha256' => 'de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166', + 'date' => '20 Feb 2020', + ), + ), + 'museum' => false, + ), '7.4.2' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ea5031288..b137cea84 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.15"; - $PHP_7_3_DATE = "20 Feb 2020"; + $PHP_7_3_VERSION = "7.3.16"; + $PHP_7_3_DATE = "19 Mar 2020"; $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "8dbe1507ea0035f4211faa0db80fe95f39df0e39d8408223820fe9123487043d", - "tar.gz" => "c606dd09de2edff1e6b6c5b9f0076214a59f6f1a3272e15d681ed16257737ef6", - "tar.xz" => "de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166", + "tar.bz2" => "b8072d526a283182963b03960b7982392daa43cb31131eca4cf0b996764a042e", + "tar.gz" => "a01ae4f6baf427413c28f8cfddbae86aeff61cdb88658e75404f2d93d98e3255", + "tar.xz" => "91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_16.php b/releases/7_3_16.php new file mode 100644 index 000000000..b440a2fe2 --- /dev/null +++ b/releases/7_3_16.php @@ -0,0 +1,19 @@ + + +

PHP 7.3.16 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.3.16. 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.16 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. +

+ +