mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
7.2.31 announcement
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<uri>http://php.net/contact</uri>
|
||||
<email>php-webmaster@lists.php.net</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"/>
|
||||
|
||||
24
archive/entries/2020-05-14-1.xml
Normal file
24
archive/entries/2020-05-14-1.xml
Normal file
@@ -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>
|
||||
@@ -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' =>
|
||||
|
||||
@@ -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(
|
||||
|
||||
17
releases/7_2_31.php
Normal file
17
releases/7_2_31.php
Normal file
@@ -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(); ?>
|
||||
Reference in New Issue
Block a user