Commit: 81e105eeff92dcaeaa0b610ce0e5f6c15e606edd Author: Remi Collet <[email protected]> Thu, 23 Jan 2020 10:14:22 +0100 Parents: e592e29c7b26c4356cbced6137c881656753725f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=81e105eeff92dcaeaa0b610ce0e5f6c15e606edd Log: 7.2.27 annoucement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-01-23-2.xml M include/releases.inc M include/version.inc A releases/7_2_27.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index cc0da787f..d58839592 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1746,6 +1746,24 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_2"></a> +<section class="version" id="7.2.27"><!-- {{{ 7.2.27 --> +<h3>Version 7.2.27</h3> +<b><?php release_date('23-Jan-2020'); ?></b> +<ul><li>Mbstring: +<ul> + <li><?php bugfix(79037); ?> (global buffer-overflow in `mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)</li> +</ul></li> +<li>Session: +<ul> + <li><?php bugfix(79091); ?> (heap use-after-free in session_create_id()).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(79099); ?> (OOB read in php_strip_tags_ex).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.26"><!-- {{{ 7.2.26 --> <h3>Version 7.2.26</h3> <b><?php release_date('18-Dec-2019'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index b97270e03..471325e82 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/2020-01-23-2.xml"/> <xi:include href="entries/2020-01-23-1.xml"/> <xi:include href="entries/2020-01-17-1.xml"/> <xi:include href="entries/2020-01-12-2.xml"/> diff --git a/archive/entries/2020-01-23-2.xml b/archive/entries/2020-01-23-2.xml new file mode 100644 index 000000000..c22f2af8d --- /dev/null +++ b/archive/entries/2020-01-23-2.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.27 Released</title> + <id>https://www.php.net/archive/2020.php#2020-01-23-2</id> + <published>2020-01-23T09:11:36+00:00</published> + <updated>2020-01-23T09:11:36+00:00</updated> + <link href="https://www.php.net/index.php#id2020-01-23-2" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-01-23-2" rel="via" type="text/html"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <category term="releases" label="New PHP release"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The PHP development team announces the immediate availability of PHP + 7.2.27. This is a security release.</p> + + <p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + + <p>For source downloads of PHP 7.2.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.2.27">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 06f4fd243..cf1f6e66a 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.26' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_26.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '18 Dec 2019', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.26.tar.bz2', + 'name' => 'PHP 7.2.26 (tar.bz2)', + 'sha256' => 'f36d86eecf57ff919d6f67b064e1f41993f62e3991ea4796038d8d99c74e847b', + 'date' => '18 Dec 2019', + ), + 1 => + array ( + 'filename' => 'php-7.2.26.tar.gz', + 'name' => 'PHP 7.2.26 (tar.gz)', + 'sha256' => 'e97d0636478bb519cd955a0c17b7970cf173063a840a83fc4afb75c22bc1bf08', + 'date' => '18 Dec 2019', + ), + 2 => + array ( + 'filename' => 'php-7.2.26.tar.xz', + 'name' => 'PHP 7.2.26 (tar.xz)', + 'sha256' => '1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d', + 'date' => '18 Dec 2019', + ), + ), + 'museum' => false, + ), '7.4.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a7c42935d..7051eeea7 100644 --- a/include/version.inc +++ b/include/version.inc @@ -37,13 +37,13 @@ $RELEASES = (function() { ); /* PHP 7.2 Release */ - $PHP_7_2_VERSION = "7.2.26"; - $PHP_7_2_DATE = "18 Dec 2019"; + $PHP_7_2_VERSION = "7.2.27"; + $PHP_7_2_DATE = "23 Jan 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "f36d86eecf57ff919d6f67b064e1f41993f62e3991ea4796038d8d99c74e847b", - "tar.gz" => "e97d0636478bb519cd955a0c17b7970cf173063a840a83fc4afb75c22bc1bf08", - "tar.xz" => "1dd3bc875e105f5c9d21fb4dc240670bd2c22037820ff03890f5ab883c88b78d", + "tar.bz2" => "5bc0695b171b870ceb083c5432c6a758d3dbd3830a0cf6cf35bd9b283a627049", + "tar.gz" => "e00ace5e89cb162cba0aebd17144541e1c4d965589155a44ca706d9f9c5a8981", + "tar.xz" => "7bd0fb9e3b63cfe53176d1f3565cd686f90b3926217158de5ba57091f49e4c32", ); return array( diff --git a/releases/7_2_27.php b/releases/7_2_27.php new file mode 100644 index 000000000..78d901f7b --- /dev/null +++ b/releases/7_2_27.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_27.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.2.27 Release Announcement"); +?> +<h1>PHP 7.2.27 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.27. +This is a security release.</p> + +<p>All PHP 7.2 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.2.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.2.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
