From af59da2d4147581abdbef971b2fb5caeb57de782 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 10 Jan 2019 11:55:42 +0100 Subject: [PATCH] Announce PHP 7.3.1 --- ChangeLog-7.php | 93 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2019-01-10-2.xml | 26 +++++++++ include/releases.inc | 33 ++++++++++++ include/version.inc | 12 ++--- releases/7_3_1.php | 20 +++++++ 6 files changed, 179 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2019-01-10-2.xml create mode 100644 releases/7_3_1.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index eb0a83644..619c5bc68 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,99 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?>

PHP 7 ChangeLog

+
+

Version 7.3.1

+ + +
+

Version 7.2.14

diff --git a/archive/archive.xml b/archive/archive.xml index c7833d15e..d2680371a 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-01-10-2.xml b/archive/entries/2019-01-10-2.xml new file mode 100644 index 000000000..db7baa5dc --- /dev/null +++ b/archive/entries/2019-01-10-2.xml @@ -0,0 +1,26 @@ + + + PHP 7.3.1 Released + http://php.net/archive/2019.php#id2019-01-10-2 + 2019-01-10T11:51:06+01:00 + 2019-01-10T11:51:06+01:00 + + + + + +
+

PHP 7.3.1 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.3.1. This is a bugfix release, with several bug fixes included.

+ +

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

+ +

For source downloads of PHP 7.3.1 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 ce0430ef8..99e6ffbc6 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.3.0' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_0.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.0.tar.bz2', + 'name' => 'PHP 7.3.0 (tar.bz2)', + 'sha256' => '7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67', + 'date' => '06 Dec 2018', + ), + 1 => + array ( + 'filename' => 'php-7.3.0.tar.gz', + 'name' => 'PHP 7.3.0 (tar.gz)', + 'sha256' => '391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11', + 'date' => '06 Dec 2018', + ), + 2 => + array ( + 'filename' => 'php-7.3.0.tar.xz', + 'name' => 'PHP 7.3.0 (tar.xz)', + 'sha256' => '7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5', + 'date' => '06 Dec 2018', + ), + ), + 'date' => '10 Jan 2019', + 'museum' => false, + ), '7.2.13' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a77c771e5..4ad11f220 100644 --- a/include/version.inc +++ b/include/version.inc @@ -16,15 +16,15 @@ * ); */ /* PHP 7.3 Release */ -$PHP_7_3_RC = '7.3.1RC1'; +$PHP_7_3_RC = false; $PHP_7_3_RC_DATE = "20 Dec 2018"; -$PHP_7_3_VERSION = "7.3.0"; -$PHP_7_3_DATE = "06 Dec 2018"; +$PHP_7_3_VERSION = "7.3.1"; +$PHP_7_3_DATE = "10 Jan 2019"; $PHP_7_3_SHA256 = array( - "tar.bz2" => "7a267daec9969a997c5c8028c350229646748e0fcc71e2f2dbb157ddcee87c67", - "tar.gz" => "391bd0f91d9bdd01ab47ef9607bad8c65e35bc9bb098fb7777b2556e2c847b11", - "tar.xz" => "7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5", + "tar.bz2" => "afef2b0cd7f2641274a1a0aabe67e30f2334970d7c530382dfa9d79cfe74388e", + "tar.gz" => "8006211f7a041dde22fffedc416d142e0ebf22066014077ca936d7e6f655ead5", + "tar.xz" => "cfe93e40be0350cd53c4a579f52fe5d8faf9c6db047f650a4566a2276bf33362", ); /* PHP 7.2 Release */ diff --git a/releases/7_3_1.php b/releases/7_3_1.php new file mode 100644 index 000000000..57d346f46 --- /dev/null +++ b/releases/7_3_1.php @@ -0,0 +1,20 @@ + + +

PHP 7.3.1 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP + 7.3.1. This is a bugfix release, with several bug fixes included.

+ +

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

+ +

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

+ + +