From 98a4ef9bce1ec92f66fff3485a3399956ea99f06 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Thu, 10 Jan 2019 13:53:04 -0500 Subject: [PATCH] 7.1.26 Announcement --- ChangeLog-7.php | 38 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2019-01-10-3.xml | 24 ++++++++++++++++++++ include/releases.inc | 33 +++++++++++++++++++++++++++ include/version.inc | 10 ++++----- releases/7_1_26.php | 20 +++++++++++++++++ 6 files changed, 121 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2019-01-10-3.xml create mode 100644 releases/7_1_26.php diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 199d13f00..61ccb77dd 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -176,6 +176,44 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change +
+

Version 7.1.26

+ + +
+

Version 7.0.33

diff --git a/archive/archive.xml b/archive/archive.xml index d2680371a..cbc51d637 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-3.xml b/archive/entries/2019-01-10-3.xml new file mode 100644 index 000000000..67c9747ea --- /dev/null +++ b/archive/entries/2019-01-10-3.xml @@ -0,0 +1,24 @@ + + + PHP 7.1.26 Release Announcement + http://php.net/archive/2019.php#id2019-01-10-3 + 2019-01-10T18:52:00+00:00 + 2019-01-10T18:52:00+00:00 + + + + + +
+

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

+ +

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

+ +

For source downloads of PHP 7.1.26 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 99e6ffbc6..1666de43d 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,39 @@ $OLDRELEASES = array ( 7 => array ( + '7.1.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_1_25.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.1.25.tar.bz2', + 'name' => 'PHP 7.1.25 (tar.bz2)', + 'sha256' => '002cdc880ac7cfaede2c389204d366108847db0f3ac72edf1ba95c0577f9aaac', + 'date' => '06 Dec 2018', + ), + 1 => + array ( + 'filename' => 'php-7.1.25.tar.gz', + 'name' => 'PHP 7.1.25 (tar.gz)', + 'sha256' => '7dc40e202140e8b4fb3d992c15a68d98dc06b805e6b218497d260abbe51f5958', + 'date' => '06 Dec 2018', + ), + 2 => + array ( + 'filename' => 'php-7.1.25.tar.xz', + 'name' => 'PHP 7.1.25 (tar.xz)', + 'sha256' => '0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88', + 'date' => '06 Dec 2018', + ), + ), + 'date' => '10 Jan 2019', + 'museum' => false, + ), '7.3.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 4ad11f220..653f1a9a1 100644 --- a/include/version.inc +++ b/include/version.inc @@ -43,12 +43,12 @@ $PHP_7_2_SHA256 = array( $PHP_7_1_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_1_RC_DATE = "25 Oct 2018"; -$PHP_7_1_VERSION = "7.1.25"; -$PHP_7_1_DATE = "06 Dec 2018"; +$PHP_7_1_VERSION = "7.1.26"; +$PHP_7_1_DATE = "10 Jan 2019"; $PHP_7_1_SHA256 = array( - 'tar.bz2' => '002cdc880ac7cfaede2c389204d366108847db0f3ac72edf1ba95c0577f9aaac', - 'tar.gz' => '7dc40e202140e8b4fb3d992c15a68d98dc06b805e6b218497d260abbe51f5958', - 'tar.xz' => '0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88', + 'tar.bz2' => '5b351ca86bc7e4600778aaf1d61ab9e4e38864efa86ab4cc4d5b02ea7f542ae6', + 'tar.gz' => '069315d3c3f964fd165bbbb3c2fc56005813e2cf97bed05055318dcc4e775328', + 'tar.xz' => '10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31', ); /* PHP 7.0 Release */ diff --git a/releases/7_1_26.php b/releases/7_1_26.php new file mode 100644 index 000000000..e118e82b0 --- /dev/null +++ b/releases/7_1_26.php @@ -0,0 +1,20 @@ + + +

PHP 7.1.26 Release Announcement

+ +

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

+ +

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

+ +

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

+ + +