diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 234515466..eb0a83644 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,6 +6,83 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?>

PHP 7 ChangeLog

+
+

Version 7.2.14

+ + +
+

Version 7.0.33

diff --git a/archive/archive.xml b/archive/archive.xml index 4de26e7b2..c7833d15e 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-1.xml b/archive/entries/2019-01-10-1.xml new file mode 100644 index 000000000..4d74051c2 --- /dev/null +++ b/archive/entries/2019-01-10-1.xml @@ -0,0 +1,24 @@ + + + PHP 7.2.14 Released + http://php.net/archive/2019.php#id2019-01-10-1 + 2019-01-10T08:30:27+00:00 + 2019-01-10T08:30:27+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.2.14 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 6a7ef8f2b..ce0430ef8 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.13' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_13.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.13.tar.bz2', + 'name' => 'PHP 7.2.13 (tar.bz2)', + 'sha256' => '5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d', + 'date' => '06 Dec 2018', + ), + 1 => + array ( + 'filename' => 'php-7.2.13.tar.gz', + 'name' => 'PHP 7.2.13 (tar.gz)', + 'sha256' => 'e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744', + 'date' => '06 Dec 2018', + ), + 2 => + array ( + 'filename' => 'php-7.2.13.tar.xz', + 'name' => 'PHP 7.2.13 (tar.xz)', + 'sha256' => '14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b', + 'date' => '06 Dec 2018', + ), + ), + 'date' => '06 Dec 2018', + 'museum' => false, + ), '7.0.32' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 5b4156731..a77c771e5 100644 --- a/include/version.inc +++ b/include/version.inc @@ -28,15 +28,15 @@ $PHP_7_3_SHA256 = array( ); /* PHP 7.2 Release */ -$PHP_7_2_RC = '7.2.14RC1'; // Current RC version (e.g., '7.2.1RC1') or false +$PHP_7_2_RC = false; // Current RC version (e.g., '7.2.1RC1') or false $PHP_7_2_RC_DATE = "20 Dec 2018"; -$PHP_7_2_VERSION = "7.2.13"; -$PHP_7_2_DATE = "06 Dec 2018"; +$PHP_7_2_VERSION = "7.2.14"; +$PHP_7_2_DATE = "10 Jan 2019"; $PHP_7_2_SHA256 = array( - "tar.bz2" => "5b4a46fb76491bcd3eee1213773382e570f6ecf9b22d623b24e2822298b3e92d", - "tar.gz" => "e563cee406b1ec96649c22ed2b35796cfe4e9aa9afa6eab6be4cf2fe5d724744", - "tar.xz" => "14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b", + "tar.bz2" => "f56132d248c7bf1e0efc8a680a4b598d6ff73fc6b9c84b5d7b539ad8db7a6597", + "tar.gz" => "87e13d80b0c3a66bd463d1cb47dc101335884a0d192ab924f547f8aed7f70c08", + "tar.xz" => "ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f", ); /* PHP 7.1 Release */ diff --git a/releases/7_2_14.php b/releases/7_2_14.php new file mode 100644 index 000000000..663e159fc --- /dev/null +++ b/releases/7_2_14.php @@ -0,0 +1,17 @@ + +

PHP 7.2.14 Release Announcement

+ +

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

+ +

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

+ +

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

+