Commit: 9bbc17530c335b68192846e6f054dd3d2e6117f8 Author: Anatol Belski <[email protected]> Thu, 4 Jan 2018 14:50:27 +0100 Parents: 760a811332eb4947830b9db0df6f7285b17eb5a4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9bbc17530c335b68192846e6f054dd3d2e6117f8 Log: 7.0.27 announce Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2018-01-04-1.xml M include/releases.inc M include/version.inc A releases/7_0_27.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 0ec351e..27ac4f7 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -7,6 +7,50 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <h1>PHP 7 ChangeLog</h1> +<section class="version" id="7.0.27"><!-- {{{ 7.0.27 --> +<h3>Version 7.0.27</h3> +<b><?php release_date('04-Jan-2018'); ?></b> +<ul><li>CLI Server: +<ul> + <li><?php bugfix(60471); ?> (Random "Invalid request (unexpected EOF)" using a router script).</li> +</ul></li> +<li>Core: +<ul> + <li><?php bugfix(75384); ?> (PHP seems incompatible with OneDrive files on demand).</li> + <li><?php bugfix(75573); ?> (Segmentation fault in 7.1.12 and 7.0.26).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(64938); ?> (libxml_disable_entity_loader setting is shared between requests).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(75571); ?> (Potential infinite loop in gdImageCreateFromGifCtx).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(75579); ?> (Interned strings buffer overflow may cause crash).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(74183); ?> (preg_last_error not returning error code after error).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(74782); ?> (Reflected XSS in .phar 404 page).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(75535); ?> (Inappropriately parsing HTTP response leads to PHP segment fault).</li> + <li><?php bugfix(75409); ?> (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).</li> +</ul></li> +<li>Zip: +<ul> + <li><?php bugfix(75540); ?> (Segfault with libzip 1.3.1).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.0"><!-- {{{ 7.2.0 --> <h3>Version 7.2.0</h3> <b><?php release_date('30-Nov-2017'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index b2f6d4b..d3acf25 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2018-01-04-1.xml"/> <xi:include href="entries/2017-11-30-1.xml"/> <xi:include href="entries/2017-11-24-1.xml"/> <xi:include href="entries/2017-11-23-1.xml"/> diff --git a/archive/entries/2018-01-04-1.xml b/archive/entries/2018-01-04-1.xml new file mode 100644 index 0000000..715f8cf --- /dev/null +++ b/archive/entries/2018-01-04-1.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.0.27 Released</title> + <id>http://php.net/archive/2017.php#id2018-01-04-1</id> + <published>2018-01-04T15:00:00+01:00</published> + <updated>2018-01-04T15:00:00+01:00</updated> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <link href="http://php.net/index.php#id2018-01-04-1" rel="alternate" type="text/html"/> + <link href="http://php.net/archive/2017.php#id2018-01-04-1" rel="via" type="text/html"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.0.27. This is a security release. Several security bugs were fixed in + this release. + + All PHP 7.0 users are encouraged to upgrade to this version.</p> + + <p> + This release marks the end of the two years active support period for the 7.0 branch. + The further releases of the 7.0 branch will be issued on demand and contain only critical + security relevant bug fixes. The security support is provided till December 3rd, 2018. It + is a good time to plan the migration to PHP 7.1 or 7.2. + </p> + + <p>For source downloads of PHP 7.0.27 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.27">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 0203940..e410d4c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1,6 +1,39 @@ <?php $OLDRELEASES = array ( 7 => + '7.0.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_0_26.php', + ), + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.0.26.tar.bz2', + 'name' => 'PHP 7.0.26 (tar.bz2)', + 'sha256' => '2590d722f7b23b6a903c5a00cf04e7ee728df79d10ae473e3a81ba41588509a7', + 'date' => '23 Nov 2017', + ), + 1 => + array ( + 'filename' => 'php-7.0.26.tar.gz', + 'name' => 'PHP 7.0.26 (tar.gz)', + 'sha256' => '04c345f7c9e3f1cd02f275bfec893a4e0290e724073f2f3d7282a219128b537c', + 'date' => '23 Nov 2017', + ), + 2 => + array ( + 'filename' => 'php-7.0.26.tar.xz', + 'name' => 'PHP 7.0.26 (tar.xz)', + 'sha256' => 'ed5cbb4bbb0ddef8985f100bba2e94002ad22a230b5da2dccfe148915df5f199', + 'date' => '23 Nov 2017', + ), + ), + 'date' => '23 Nov 2017', + 'museum' => false, + ), array ( '7.1.11' => array ( diff --git a/include/version.inc b/include/version.inc index df95e0b..08134cc 100644 --- a/include/version.inc +++ b/include/version.inc @@ -41,15 +41,15 @@ $PHP_7_1_SHA256 = array( ); /* PHP 7.0 Release */ -$PHP_7_0_RC = "7.0.27RC1"; // Current RC version (e.g., '5.6.7RC1') or false +$PHP_7_0_RC = false; // Current RC version (e.g., '5.6.7RC1') or false $PHP_7_0_RC_DATE = "07 December 2017"; -$PHP_7_0_VERSION = "7.0.26"; -$PHP_7_0_DATE = "23 Nov 2017"; +$PHP_7_0_VERSION = "7.0.27"; +$PHP_7_0_DATE = "04 Jan 2018"; $PHP_7_0_SHA256 = array( - "tar.bz2" => "2590d722f7b23b6a903c5a00cf04e7ee728df79d10ae473e3a81ba41588509a7", - "tar.gz" => "04c345f7c9e3f1cd02f275bfec893a4e0290e724073f2f3d7282a219128b537c", - "tar.xz" => "ed5cbb4bbb0ddef8985f100bba2e94002ad22a230b5da2dccfe148915df5f199", + "tar.bz2" => "99fa2563bb4c4c1cde9febe87cfe97324227d7b4b8828f2e936e507127394131", + "tar.gz" => "809c0181e970dd17c6a6cabbf64518e719c7253e7490f8e1279bc1e1fbdf7996", + "tar.xz" => "4b2bc823e806dbf7b62fe0b92b0d14b0c6e03f88c3fc5d96278416c54ce11f6c", ); /* PHP 5.6 Release */ diff --git a/releases/7_0_27.php b/releases/7_0_27.php new file mode 100644 index 0000000..a1fce2a --- /dev/null +++ b/releases/7_0_27.php @@ -0,0 +1,22 @@ +<?php +// $Id$ +$_SERVER['BASE_PAGE'] = 'releases/7_0_27.php'; +include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; +site_header("PHP 7.0.27 Release Announcement"); +?> + + <h1>PHP 7.0.27 Release Announcement</h1> + + <p>The PHP development team announces the immediate availability of PHP + 7.0.27. This is a security release. Several security bugs were fixed in + this release. + + All PHP 7.0 users are encouraged to upgrade to this version. + </p> + + <p>For source downloads of PHP 7.0.27 please visit our <a href="http://www.php.net/downloads.php">downloads page</a>, + Windows source and binaries can be found on <a href="http://windows.php.net/download/">windows.php.net/download/</a>. + The list of changes is recorded in the <a href="http://www.php.net/ChangeLog-7.php#7.0.27">ChangeLog</a>. + </p> + +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
