diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8f561e4f1..6e12a1128 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -10,6 +10,61 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change 7.1 | 7.0 + +
+

Version 7.3.7

+ + +
+ +

Version 7.3.6

diff --git a/archive/archive.xml b/archive/archive.xml index a3df22358..74b87ad33 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-07-04-1.xml b/archive/entries/2019-07-04-1.xml new file mode 100644 index 000000000..abd430b53 --- /dev/null +++ b/archive/entries/2019-07-04-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.3.7 Release Announcement + http://php.net/archive/2019.php#id2019-07-04-1 + 2019-07-04T08:29:00+00:00 + 2019-07-04T08:29:00+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.3.7. 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.7 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 00568805f..c45400677 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.6' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_6.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.6.tar.bz2', + 'name' => 'PHP 7.3.6 (tar.bz2)', + 'sha256' => '1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77', + 'date' => '30 May 2019', + ), + 1 => + array ( + 'filename' => 'php-7.3.6.tar.gz', + 'name' => 'PHP 7.3.6 (tar.gz)', + 'sha256' => '72fbf223ff8659a61eed08eebffb4ede0256e7a69d2151ae24affa5377b70bb8', + 'date' => '30 May 2019', + ), + 2 => + array ( + 'filename' => 'php-7.3.6.tar.xz', + 'name' => 'PHP 7.3.6 (tar.xz)', + 'sha256' => 'fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164', + 'date' => '30 May 2019', + ), + ), + 'date' => '30 May 2019', + 'museum' => false, + 'tags' => + array ( + 0 => 'security', + ), + ), '7.1.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3400e773c..e7db13ca6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -17,13 +17,13 @@ */ $RELEASES = (function() { /* PHP 7.3 Release */ - $PHP_7_3_VERSION = "7.3.6"; - $PHP_7_3_DATE = "30 May 2019"; - $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. + $PHP_7_3_VERSION = "7.3.7"; + $PHP_7_3_DATE = "04 Jul 2019"; + $PHP_7_3_TAGS = []; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "1e5ac8700154835c0910e3a814517da9b87bb4a82cc7011fea1a82096b6f6f77", - "tar.gz" => "72fbf223ff8659a61eed08eebffb4ede0256e7a69d2151ae24affa5377b70bb8", - "tar.xz" => "fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164", + "tar.bz2" => "c3608fa7114642725854119ccffe722f42fc7c31e5e4c00d5cb4cb1a0d16bf18", + "tar.gz" => "4230bbc862df712b013369de94b131eddea1e5e946a8c5e286b82d441c313328", + "tar.xz" => "ba067200ba649956b3a92ec8b71a6ed8ce8a099921212443c1bcf3260a29274c", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_7.php b/releases/7_3_7.php new file mode 100644 index 000000000..f69a4cea7 --- /dev/null +++ b/releases/7_3_7.php @@ -0,0 +1,19 @@ + + +

PHP 7.3.7 Release Announcement

+ +

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

+ +