diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 6888312f3..7e2e30891 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -11,6 +11,60 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.3.9

+ + +
+ + +

Version 7.3.8

diff --git a/archive/archive.xml b/archive/archive.xml index 7d94fd91f..ed1ad4219 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-29-1.xml b/archive/entries/2019-08-29-1.xml new file mode 100644 index 000000000..cf40a4398 --- /dev/null +++ b/archive/entries/2019-08-29-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.3.9 Release Announcement + https://www.php.net/archive/2019.php#2019-08-29-1 + 2019-08-29T11:55:58+00:00 + 2019-08-29T11:55:58+00:00 + + + + + +
+

The PHP development team announces the immediate availability of PHP + 7.3.9. 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.9 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 c1bf9e9a5..dc72f7c20 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.8' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_8.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '01 Aug 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.8.tar.bz2', + 'name' => 'PHP 7.3.8 (tar.bz2)', + 'sha256' => 'd566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5', + 'date' => '01 Aug 2019', + ), + 1 => + array ( + 'filename' => 'php-7.3.8.tar.gz', + 'name' => 'PHP 7.3.8 (tar.gz)', + 'sha256' => '31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490', + 'date' => '01 Aug 2019', + ), + 2 => + array ( + 'filename' => 'php-7.3.8.tar.xz', + 'name' => 'PHP 7.3.8 (tar.xz)', + 'sha256' => 'f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5', + 'date' => '01 Aug 2019', + ), + ), + 'museum' => false, + ), '7.1.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4f0cd0b21..e296087d9 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.8"; - $PHP_7_3_DATE = "01 Aug 2019"; + $PHP_7_3_VERSION = "7.3.9"; + $PHP_7_3_DATE = "29 Aug 2019"; $PHP_7_3_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_3_SHA256 = array( - "tar.bz2" => "d566c630175d9fa84a98d3c9170ec033069e9e20c8d23dea49ae2a976b6c76f5", - "tar.gz" => "31af3eff3337fb70733c9b02a3444c3dae662ecab20aeec7fdc3c42e22071490", - "tar.xz" => "f6046b2ae625d8c04310bda0737ac660dc5563a8e04e8a46c1ee24ea414ad5a5", + "tar.bz2" => "a39c9709a8c9eb7ea8ac4933ef7a78b92f7e5735a405c8b8e42ee39541d963c4", + "tar.gz" => "5ecc1b1ad7228ed2e99a970c45358871644fcab1d9fd079a7b129326a7bde42d", + "tar.xz" => "4007f24a39822bef2805b75c625551d30be9eeed329d52eb0838fa5c1b91c1fd", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_9.php b/releases/7_3_9.php new file mode 100644 index 000000000..4f8af952a --- /dev/null +++ b/releases/7_3_9.php @@ -0,0 +1,19 @@ + + +

PHP 7.3.9 Release Announcement

+ +

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

+ +