Commit: e04c998d8eb3069eeb4ac9e6573e218ae097c5d0 Author: Remi Collet <[email protected]> Thu, 14 May 2020 09:37:31 +0200 Parents: 98842b003da592800dde115fd1f0c03d7fe0d160 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e04c998d8eb3069eeb4ac9e6573e218ae097c5d0 Log: 7.2.31 announcement Changed paths: M ChangeLog-7.php M archive/archive.xml A archive/entries/2020-05-14-1.xml M include/releases.inc M include/version.inc A releases/7_2_31.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 5656ed1ab..309040762 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -2260,6 +2260,17 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <a name="PHP_7_2"></a> +<section class="version" id="7.2.31"><!-- {{{ 7.2.31 --> +<h3>Version 7.2.31</h3> +<b><?php release_date('14-May-2020'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(78875); ?> (Long filenames cause OOM and temp files are not cleaned). (CVE-2019-11048)</li> + <li><?php bugfix(78876); ?> (Long variables in multipart/form-data cause OOM and temp files are not cleaned). (CVE-2019-11048)</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.2.30"><!-- {{{ 7.2.30 --> <h3>Version 7.2.30</h3> <b><?php release_date('16-Apr-2020'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index ad512c69a..3a6bc6c52 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-05-14-1.xml"/> <xi:include href="entries/2020-04-29-1.xml"/> <xi:include href="entries/2020-04-17-1.xml"/> <xi:include href="entries/2020-04-16-2.xml"/> diff --git a/archive/entries/2020-05-14-1.xml b/archive/entries/2020-05-14-1.xml new file mode 100644 index 000000000..ff772114c --- /dev/null +++ b/archive/entries/2020-05-14-1.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.2.31 Released</title> + <id>https://www.php.net/archive/2020.php#2020-05-14-1</id> + <published>2020-05-14T07:35:50+00:00</published> + <updated>2020-05-14T07:35:50+00:00</updated> + <link href="https://www.php.net/index.php#id2020-05-14-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2020.php#2020-05-14-1" 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.31. 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.31 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.31">ChangeLog</a>. + </p> + </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index f91349944..9005b15c1 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 7 => array ( + '7.2.30' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_2_30.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '16 Apr 2020', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.2.30.tar.bz2', + 'name' => 'PHP 7.2.30 (tar.bz2)', + 'sha256' => 'c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf', + 'date' => '16 Apr 2020', + ), + 1 => + array ( + 'filename' => 'php-7.2.30.tar.gz', + 'name' => 'PHP 7.2.30 (tar.gz)', + 'sha256' => 'daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f', + 'date' => '16 Apr 2020', + ), + 2 => + array ( + 'filename' => 'php-7.2.30.tar.xz', + 'name' => 'PHP 7.2.30 (tar.xz)', + 'sha256' => 'aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3', + 'date' => '16 Apr 2020', + ), + ), + 'museum' => false, + ), '7.2.29' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 0652ad1fd..b6c523eeb 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.30"; - $PHP_7_2_DATE = "16 Apr 2020"; + $PHP_7_2_VERSION = "7.2.31"; + $PHP_7_2_DATE = "14 May 2020"; $PHP_7_2_TAGS = ['security']; // Set to ['security'] for security releases. $PHP_7_2_SHA256 = array( - "tar.bz2" => "c4cf5c9debe8fd8def0a933231cf2fa3a8bdd22555ae57e825bfac6a87a712bf", - "tar.gz" => "daa53d22510b0fd433904d1c3de460746860a974b776f727ac8acecb44e16e2f", - "tar.xz" => "aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3", + "tar.bz2" => "1ba7559745d704f39764a5deb002eb94f5cb8d9aaa219a6b8b32b94174e8a700", + "tar.gz" => "796837831ccebf00dc15921ed327cfbac59177da41b33044d9a6c7134cdd250c", + "tar.xz" => "8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806", ); return array( diff --git a/releases/7_2_31.php b/releases/7_2_31.php new file mode 100644 index 000000000..c8f2e8ee9 --- /dev/null +++ b/releases/7_2_31.php @@ -0,0 +1,17 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_2_31.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header("PHP 7.2.31 Release Announcement"); +?> +<h1>PHP 7.2.31 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.2.31. +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.31 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.31">ChangeLog</a>. +</p> +<?php site_footer(); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
